Added conda environment file for building docs (#5773)
This commit is contained in:
parent
c96e1ef283
commit
cb7f7e542c
@ -6,3 +6,4 @@ sh>=1.12.14
|
|||||||
matplotlib>=2.1
|
matplotlib>=2.1
|
||||||
graphviz
|
graphviz
|
||||||
numpy
|
numpy
|
||||||
|
recommonmark
|
||||||
|
|||||||
15
doc/xgboost_doc.yml
Normal file
15
doc/xgboost_doc.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: xgboost_docs
|
||||||
|
dependencies:
|
||||||
|
- python
|
||||||
|
- pip
|
||||||
|
- pygraphviz
|
||||||
|
- sphinx
|
||||||
|
- recommonmark
|
||||||
|
- mock
|
||||||
|
- sh
|
||||||
|
- matplotlib
|
||||||
|
- pip:
|
||||||
|
- breathe
|
||||||
|
- guzzle_sphinx_theme
|
||||||
|
- pydot-ng
|
||||||
|
- graphviz
|
||||||
Loading…
x
Reference in New Issue
Block a user