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 42761d8 commit 9e3d2faCopy full SHA for 9e3d2fa
docs/conf.py
@@ -80,7 +80,7 @@
80
"sphinx.ext.napoleon",
81
"sphinx_plotly_directive",
82
"sphinx_rtd_theme",
83
- "m2r2",
+ "sphinx_mdinclude",
84
"sphinx_gallery.gen_gallery",
85
"sphinxcontrib.mermaid",
86
]
docs/requirements.txt
@@ -3,7 +3,7 @@
3
# under `install_requires` in `setup.cfg` is also listed here!
4
sphinx!=5.1.0
5
sphinx_rtd_theme
6
-m2r2
+sphinx-mdinclude
7
myst_parser
8
scipy
9
numpy>=1.20
0 commit comments