Skip to content

Commit

Permalink
docs: convert recommonmark to myst-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 15, 2021
1 parent c760c9d commit ddc2391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# ones.
extensions = [
"nbsphinx",
"recommonmark",
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"docs": [
"nbsphinx",
"recommonmark>=0.5.0",
"myst-parser>0.13",
"Sphinx~=3.0",
"sphinx_copybutton",
"sphinx_book_theme~=0.0.42",
Expand Down

0 comments on commit ddc2391

Please sign in to comment.