Skip to content

Commit

Permalink
Switch to using myst_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 13, 2022
1 parent 3fa8b8f commit 3f75698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@

import sys
import os
from recommonmark.parser import CommonMarkParser

source_parsers = {".md": CommonMarkParser}

# -- General configuration ------------------------------------------------

Expand All @@ -33,6 +30,7 @@
"sphinx.ext.viewcode",
"sphinxcontrib.napoleon",
"sphinxarg.ext",
"myst_parser",
"sphinx.ext.autosectionlabel",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ sphinxcontrib-napoleon
sphinx-argparse
sphinx_rtd_theme
docutils==0.12
recommonmark
myst_parser
configargparse
appdirs

0 comments on commit 3f75698

Please sign in to comment.