From 09b44915e7750f65e88d3448071ba9f8dadda740 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 10 May 2023 08:11:36 +0800 Subject: [PATCH] [doc] Replace `recommonmark` with `myst-parser`. (#9125) --- doc/conf.py | 2 +- doc/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 73fe48acc..f8926e73b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -143,7 +143,7 @@ extensions = [ "sphinx.ext.intersphinx", "sphinx_gallery.gen_gallery", "breathe", - "recommonmark", + "myst_parser", ] sphinx_gallery_conf = { diff --git a/doc/requirements.txt b/doc/requirements.txt index 7c02a860c..720ff91a6 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,13 +1,13 @@ -sphinx>=5.2.1 +sphinx mock sphinx_rtd_theme>=1.0.0 breathe scikit-learn -sh>=1.12.14 -matplotlib>=2.1 +sh +matplotlib graphviz numpy -recommonmark +myst-parser xgboost_ray sphinx-gallery pyspark