Skip to content

Commit 98b55aa

Browse files
committed
[PATCH] docs: replace recommonmark with myst-parser(streamlink#4610)
1 parent be07139 commit 98b55aa

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,3 +1,3 @@
11
sphinx >=4.0.0
22
furo ==2022.06.04.1
3-
recommonmark>=0.5.0
3+
myst-parser >=0.18.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'ext_github',
2626
'ext_plugins',
2727
'ext_releaseref',
28-
'recommonmark'
28+
'myst_parser',
2929
]
3030

3131
autosectionlabel_prefix_document = True

0 commit comments

Comments
 (0)