mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Doc] Generate sitemap (#19375)
This commit is contained in:
parent
48cf366dca
commit
30c8c073a2
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -140,6 +140,7 @@ extensions = [
|
|||
'sphinx_copybutton',
|
||||
'sphinxcontrib.yt',
|
||||
'versionwarning.extension',
|
||||
'sphinx_sitemap',
|
||||
]
|
||||
|
||||
versionwarning_admonition_type = "note"
|
||||
|
|
Loading…
Add table
Reference in a new issue