diff --git a/docs/conf.py b/docs/conf.py index c4e5da0..6e4b890 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'recommonmark' + "myst_parser" ] # The file extensions of source files. diff --git a/docs/requirements.txt b/docs/requirements.txt index 007af0c..683a5a5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>=3.0.4 -recommonmark>=0.6.0 sphinx_rtd_theme>=0.4.3 sphinx-intl>=2.0.1 +myst-parser>=2.0.0