Added conda environment file for building docs (#5773)

This commit is contained in:
Elliot Hershberg
2020-06-11 16:51:24 +08:00
committed by GitHub
parent c96e1ef283
commit cb7f7e542c
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -6,3 +6,4 @@ sh>=1.12.14
matplotlib>=2.1 matplotlib>=2.1
graphviz graphviz
numpy numpy
recommonmark
+15
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