Skip to content

Commit 9c1c0be

Browse files
authored
Merge branch 'pnkraemer:main' into main
2 parents b97f25a + e28bf43 commit 9c1c0be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements-sphinx-build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx
22
nbsphinx
3-
m2r2
3+
myst-parser
44
jupyter
55
sphinx-book-theme

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"sphinx.ext.todo",
2525
"sphinx.ext.napoleon",
2626
"nbsphinx",
27-
"m2r2",
27+
"myst_parser",
2828
]
2929

3030
source_suffix = [".rst", ".md"]

0 commit comments

Comments
 (0)