Skip to content

Commit d2b0e62

Browse files
authored
Merge pull request #149 from lsst-sqre/u/jonathansick/pin-mermaid
Temporarily pin mermaid to 9.4.0
2 parents 4ba8a9a + dbf042e commit d2b0e62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/documenteer/conf/guide.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"myst_enable_extensions",
9898
# MERMAID
9999
"mermaid_output_format",
100+
"mermaid_version",
100101
# OPENGRAPH
101102
"ogp_site_url",
102103
"ogp_site_name",
@@ -348,6 +349,10 @@
348349
# Mermaid CLI installation
349350
mermaid_output_format = "raw"
350351

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+
351356
# ============================================================================
352357
# #OPENGRAPH OpenGraph diagram support
353358
# https://github.com/wpilibsuite/sphinxext-opengraph

0 commit comments

Comments
 (0)