Skip to content

Commit

Permalink
docs: use myst-parser for md (wntrblm#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jan 12, 2022
1 parent 04ad575 commit c459e48
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 @@ -39,7 +39,7 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.napoleon",
"recommonmark",
"myst_parser",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask
myst-parser
pytest
pytest-cov
recommonmark
sphinx>=3.0
sphinx-autobuild
witchhazel

0 comments on commit c459e48

Please sign in to comment.