[doc] Replace recommonmark with myst-parser. (#9125)
This commit is contained in:
parent
85988a3178
commit
09b44915e7
@ -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 = {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user