We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ba8a9a + dbf042e commit d2b0e62Copy full SHA for d2b0e62
src/documenteer/conf/guide.py
@@ -97,6 +97,7 @@
97
"myst_enable_extensions",
98
# MERMAID
99
"mermaid_output_format",
100
+ "mermaid_version",
101
# OPENGRAPH
102
"ogp_site_url",
103
"ogp_site_name",
@@ -348,6 +349,10 @@
348
349
# Mermaid CLI installation
350
mermaid_output_format = "raw"
351
352
+# Temporary workaround for not getting mermaid 10 successfully from unpkg
353
+# https://github.com/mgaitan/sphinxcontrib-mermaid/issues/110
354
+mermaid_version = "9.4.0"
355
+
356
# ============================================================================
357
# #OPENGRAPH OpenGraph diagram support
358
# https://github.com/wpilibsuite/sphinxext-opengraph
0 commit comments