Skip to content

Commit

Permalink
docs: convert recommonmark to myst-parser (#551)
Browse files Browse the repository at this point in the history
* docs: remove recommonmark

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
henryiii and pre-commit-ci[bot] committed Apr 28, 2021
1 parent ac8fea7 commit 5ad0948
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"recommonmark",
"myst_parser",
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"nbsphinx",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ipython
myst_parser>=0.13
nbsphinx
numpy
recommonmark>=0.5.0
Sphinx>=3.0.0
sphinx-book-theme>=0.0.33
sphinx_copybutton
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"test": ["pytest", "pytest-benchmark", "typing_extensions", "cloudpickle"],
"docs": [
"Sphinx~=3.0",
"recommonmark>=0.5.0",
"myst_parser>=0.13",
"sphinx_book_theme==0.38.0",
"nbsphinx",
"sphinx_copybutton",
Expand Down

0 comments on commit 5ad0948

Please sign in to comment.