Skip to content

Commit

Permalink
Docs: Replace m2r2 with sphinx-mdinclude (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJMue authored Oct 8, 2024
1 parent 42761d8 commit 9e3d2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sphinx.ext.napoleon",
"sphinx_plotly_directive",
"sphinx_rtd_theme",
"m2r2",
"sphinx_mdinclude",
"sphinx_gallery.gen_gallery",
"sphinxcontrib.mermaid",
]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# under `install_requires` in `setup.cfg` is also listed here!
sphinx!=5.1.0
sphinx_rtd_theme
m2r2
sphinx-mdinclude
myst_parser
scipy
numpy>=1.20
Expand Down

0 comments on commit 9e3d2fa

Please sign in to comment.