You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point I wanted to try to pre-render the PNG images while keeping the Mermaid code in the docs (similar to what happens with sphinx.ext.autosummary). But the extension will dump the image directly in the build/html directory:
I have been trying all different rendering modes of sphinxcontrib-mermaid, and now I'm stuck:
raw
, because of Output shows html code after a search #22svg
, because apparently different browsers will render the image differently Render Mermaid diagrams from Sphinx kedro-org/kedro#2392 (review)png
either, because of intermittent puppeteer issues Timed out after 30000 ms while waiting for the WS endpoint URL to appear in stdout! puppeteer/puppeteer#10556At this point I wanted to try to pre-render the PNG images while keeping the Mermaid code in the docs (similar to what happens with
sphinx.ext.autosummary
). But the extension will dump the image directly in thebuild/html
directory:sphinxcontrib-mermaid/sphinxcontrib/mermaid.py
Line 188 in 6f8de39
Hence I cannot commit the PNG to version control and use it.
The text was updated successfully, but these errors were encountered: