[Doc] Generate sitemap (#19375)

This commit is contained in:
Simon Mo 2021-10-19 14:14:17 -07:00 committed by GitHub
parent 48cf366dca
commit 30c8c073a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -36,3 +36,4 @@ git+git://github.com/ray-project/xgboost_ray@master#egg=xgboost_ray
git+git://github.com/ray-project/lightgbm_ray@main#lightgbm_ray
git+https://github.com/ray-project/ray_lightning#ray_lightning
scikit-optimize
sphinx-sitemap==2.2.0

View file

@ -9,3 +9,4 @@ recommonmark==0.5.0
sphinx==3.0.4
readthedocs-sphinx-ext<1.1
sphinx-book-theme==0.0.42
sphinx-sitemap==2.2.0

View file

@ -140,6 +140,7 @@ extensions = [
'sphinx_copybutton',
'sphinxcontrib.yt',
'versionwarning.extension',
'sphinx_sitemap',
]
versionwarning_admonition_type = "note"