Skip to content

Commit 07a3f9c

Browse files
committed
Use myst-parser instead of recommonmark.
1 parent 7bcfc84 commit 07a3f9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
myst-parser

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'sphinx.ext.autodoc',
4343
'sphinx.ext.githubpages',
4444
'sphinx.ext.intersphinx',
45-
'recommonmark'
45+
'myst_parser'
4646
]
4747

4848
intersphinx_mapping = {

0 commit comments

Comments
 (0)