-
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.
Update mermaid installation and fix sphinx dockumentation build (#248)
* Merge build and deploy to fix deploy problems * Add nest-server requirements * Fix nest-desktop and compose file * Add v3.7 * Remove test * Add v3.7 to readme * Fix nestml version and add pygsl * Install nestml fix for nest verssion * Fix merging errors * Deactivate build of 3.7 and 2.20.2 in CI * Add rc2 * NEW Version 3.8 * Fix the mermaid installation with a patch and fix some doubles
- Loading branch information
1 parent
cbd06e0
commit 62eb3f3
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 = "" |