Skip to content

Commit

Permalink
Remove --no-sandbox (#26)
Browse files Browse the repository at this point in the history
Was originally added for running as root in CI
 but that doesn't seem to happen, so it does nothing.
  • Loading branch information
ItayZiv committed May 5, 2020
1 parent 50f6cb5 commit 61d0f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinxcontrib/drawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def render_drawio(self: SphinxTranslator, node: DrawIONode, in_filename: str,

drawio_args = [
binary_path,
"--no-sandbox",
"--export",
"--page-index",
page_index,
Expand Down

0 comments on commit 61d0f19

Please sign in to comment.