Skip to content

Commit

Permalink
Fix black formatting (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard authored Aug 17, 2023
1 parent a85d618 commit ba987de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sphinxcontrib/drawio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def _drawio_export(self, input_abspath, options, out_filename):
if not disable_verbose_electron:
drawio_args.append("--enable-logging")


if disable_dev_shm_usage:
drawio_args.append("--disable-dev-shm-usage")

Expand Down Expand Up @@ -433,9 +432,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.add_config_value(
"drawio_disable_dev_shm_usage", False, "html", ENUM(True, False)
)
app.add_config_value(
"drawio_disable_gpu", False, "html", ENUM(True, False)
)
app.add_config_value("drawio_disable_gpu", False, "html", ENUM(True, False))
app.add_config_value("drawio_no_sandbox", False, "html", ENUM(True, False))

# Add CSS file to the HTML static path for add_css_file
Expand Down

0 comments on commit ba987de

Please sign in to comment.