Skip to content

Commit 1c1dbf4

Browse files
bastimeyergravyboat
authored andcommitted
docs: replace recommonmark with myst-parser
1 parent 9785bf2 commit 1c1dbf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sphinx >=4.0.0
22
furo ==2022.06.04.1
3-
recommonmark>=0.5.0
3+
myst-parser >=0.18.0
44
versioningit >=2.0.0, <3

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'ext_github',
2525
'ext_plugins',
2626
'ext_releaseref',
27-
'recommonmark'
27+
'myst_parser',
2828
]
2929

3030
autosectionlabel_prefix_document = True

0 commit comments

Comments
 (0)