Skip to content

Commit

Permalink
Move to MyST Parser
Browse files Browse the repository at this point in the history
As `recommonmark` is deprecated we moved to `myst_parser` instead.
  • Loading branch information
cmeissner committed Oct 28, 2021
1 parent fbf960d commit cb69bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### New

### Changes
* Switch sphinx from recommonmark to myst_parser

* remove duplicated code from test cases

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'recommonmark',
'myst_parser',
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx'
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx-rtd-theme
recommonmark
myst-parser

0 comments on commit cb69bba

Please sign in to comment.