Added conda environment file for building docs (#5773)

This commit is contained in:
Elliot Hershberg 2020-06-11 01:51:24 -07:00 committed by GitHub
parent c96e1ef283
commit cb7f7e542c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -6,3 +6,4 @@ sh>=1.12.14
matplotlib>=2.1
graphviz
numpy
recommonmark

15
doc/xgboost_doc.yml Normal file
View 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