Skip to content

Commit 4efce01

Browse files
committed
ensure it will actually build properly
1 parent da5f933 commit 4efce01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/sphinx/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
# ones.
5757
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.doctest',
5858
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon',
59-
'myst_parser', 'sphinxcontrib.jquery']
59+
'myst_parser', 'sphinxcontrib.jquery', 'sphinxcontrib.mermaid']
60+
myst_fence_as_directive = ["mermaid"]
6061

6162
intersphinx_mapping = {
6263
# Dependencies

0 commit comments

Comments
 (0)