-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the mermaid installation with a patch and fix some doubles
- Loading branch information
1 parent
725053a
commit 488a45a
Showing
2 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/doc/htmldoc/conf.py b/doc/htmldoc/conf.py | ||
index 2206227a4..66230fda2 100644 | ||
--- a/doc/htmldoc/conf.py | ||
+++ b/doc/htmldoc/conf.py | ||
@@ -92,7 +92,7 @@ copybutton_prompt_text = ">>> " | ||
copybutton_only_copy_prompt_lines = True | ||
|
||
mermaid_output_format = "raw" | ||
-mermaid_version = "10.2.0" | ||
+mermaid_version = "10.3.0" | ||
|
||
# disable require js - mermaid doesn't work if require.js is loaded before it | ||
nbsphinx_requirejs_path = "" |