CI: Another attempt at fixing drawio on

This commit is contained in:
2020-12-04 22:54:33 +01:00
parent 8976c3d4a7
commit a85f8b7ce6

View File

@@ -59,6 +59,10 @@ html_theme = 'alabaster'
html_static_path = ['_static']
html_favicon = "../dockeri2p.png"
# -- Options for drawio output -------------------------------------------------
drawio_no_sandbox = Path("/.dockerenv").exists()
# Find drawio command in PATH
# The plugin will otherwise assume other paths for the executable
# which might be pretty wrong