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.
1 parent da5f933 commit 4efce01Copy full SHA for 4efce01
doc/sphinx/conf.py
@@ -56,7 +56,8 @@
56
# ones.
57
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.doctest',
58
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon',
59
- 'myst_parser', 'sphinxcontrib.jquery']
+ 'myst_parser', 'sphinxcontrib.jquery', 'sphinxcontrib.mermaid']
60
+myst_fence_as_directive = ["mermaid"]
61
62
intersphinx_mapping = {
63
# Dependencies
0 commit comments