Skip to content

Commit 9e3d2fa

Browse files
authored
Docs: Replace m2r2 with sphinx-mdinclude (#194)
1 parent 42761d8 commit 9e3d2fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"sphinx.ext.napoleon",
8181
"sphinx_plotly_directive",
8282
"sphinx_rtd_theme",
83-
"m2r2",
83+
"sphinx_mdinclude",
8484
"sphinx_gallery.gen_gallery",
8585
"sphinxcontrib.mermaid",
8686
]

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# under `install_requires` in `setup.cfg` is also listed here!
44
sphinx!=5.1.0
55
sphinx_rtd_theme
6-
m2r2
6+
sphinx-mdinclude
77
myst_parser
88
scipy
99
numpy>=1.20

0 commit comments

Comments
 (0)