[Doc] Fix formatting for R package doc (#10030)

This commit is contained in:
Philip Hyunsu Cho 2024-02-04 00:23:35 -08:00 committed by GitHub
parent a730c7e67e
commit f2095f1d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 12 additions and 1 deletions

View File

@ -34,4 +34,5 @@ Other topics
.. toctree::
:maxdepth: 2
:titlesonly:
Handling of indexable elements <index_base>

View File

@ -7,7 +7,9 @@ sh
matplotlib
graphviz
numpy
scipy
myst-parser
ray[train]
xgboost_ray
sphinx-gallery
pyspark

View File

@ -1,15 +1,23 @@
name: xgboost_docs
dependencies:
- python
- python=3.10
- pip
- pygraphviz
- sphinx
- sphinx-gallery
- recommonmark
- mock
- sh
- matplotlib
- numpy
- scipy
- scikit-learn
- myst-parser
- pyspark
- pip:
- breathe
- sphinx_rtd_theme
- pydot-ng
- graphviz
- ray[train]
- xgboost_ray