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 2e48d37 commit acb2f3dCopy full SHA for acb2f3d
doc/source/conf.py
@@ -37,7 +37,7 @@
37
"sphinx.ext.doctest",
38
"sphinx.ext.intersphinx",
39
"sphinx.ext.todo",
40
- "recommonmark",
+ "myst_parser",
41
]
42
43
# Add any paths that contain templates here, relative to this directory.
tox.ini
@@ -14,7 +14,7 @@ deps =
14
pytest
15
doc: sphinx
16
doc: sphinx_rtd_theme
17
- doc: recommonmark
+ doc: myst-parser
18
19
# This creates the virtual envs with --site-packages so already packages
20
# that are already installed will be reused. This is especially useful on
0 commit comments