Skip to content

Commit acb2f3d

Browse files
committed
Replace deprecated recommonmark with myst-parser
1 parent 2e48d37 commit acb2f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sphinx.ext.doctest",
3838
"sphinx.ext.intersphinx",
3939
"sphinx.ext.todo",
40-
"recommonmark",
40+
"myst_parser",
4141
]
4242

4343
# Add any paths that contain templates here, relative to this directory.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414
pytest
1515
doc: sphinx
1616
doc: sphinx_rtd_theme
17-
doc: recommonmark
17+
doc: myst-parser
1818

1919
# This creates the virtual envs with --site-packages so already packages
2020
# that are already installed will be reused. This is especially useful on

0 commit comments

Comments
 (0)