[Doc] Fix formatting for R package doc (#10030)
This commit is contained in:
parent
a730c7e67e
commit
f2095f1d5b
@ -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>
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user