[doc] Replace recommonmark with myst-parser. (#9125)

This commit is contained in:
Jiaming Yuan 2023-05-10 08:11:36 +08:00 committed by GitHub
parent 85988a3178
commit 09b44915e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -143,7 +143,7 @@ extensions = [
"sphinx.ext.intersphinx", "sphinx.ext.intersphinx",
"sphinx_gallery.gen_gallery", "sphinx_gallery.gen_gallery",
"breathe", "breathe",
"recommonmark", "myst_parser",
] ]
sphinx_gallery_conf = { sphinx_gallery_conf = {

View File

@ -1,13 +1,13 @@
sphinx>=5.2.1 sphinx
mock mock
sphinx_rtd_theme>=1.0.0 sphinx_rtd_theme>=1.0.0
breathe breathe
scikit-learn scikit-learn
sh>=1.12.14 sh
matplotlib>=2.1 matplotlib
graphviz graphviz
numpy numpy
recommonmark myst-parser
xgboost_ray xgboost_ray
sphinx-gallery sphinx-gallery
pyspark pyspark