[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:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:titlesonly: :titlesonly:
Handling of indexable elements <index_base> Handling of indexable elements <index_base>

View File

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

View File

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