Skip to content
Snippets Groups Projects
Commit f7aa90e5 authored by Martin Lange's avatar Martin Lange
Browse files

add mermaid to sphinx extensions and doc dependencies

parent b4c7e487
No related branches found
No related tags found
1 merge request!124Enhance docstrings
Pipeline #123262 passed with stages
in 2 minutes and 56 seconds
......@@ -24,6 +24,7 @@ extensions = [
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon", # parameters look better than with numpydoc only
"numpydoc",
"sphinxcontrib.mermaid",
]
# autosummaries from source-files
......
......@@ -60,6 +60,7 @@ doc = [
"numpydoc>=1.1",
"sphinx-design>=0.3",
"myst-parser>=0.18",
"sphinxcontrib-mermaid>=0.7",
"docutils>=0.18", # mdinclude with myst
]
test = ["pytest-cov>=3"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment