Skip to content

Commit cb69bba

Browse files
committed
Move to MyST Parser
As `recommonmark` is deprecated we moved to `myst_parser` instead.
1 parent fbf960d commit cb69bba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### New
66

77
### Changes
8+
* Switch sphinx from recommonmark to myst_parser
89

910
* remove duplicated code from test cases
1011

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42-
'recommonmark',
42+
'myst_parser',
4343
'sphinx.ext.autodoc',
4444
'sphinx.ext.viewcode',
4545
'sphinx.ext.intersphinx'

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sphinx-rtd-theme
2-
recommonmark
2+
myst-parser

0 commit comments

Comments
 (0)