Skip to content

Commit

Permalink
Added conda environment file for building docs (#5773)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliothershberg authored Jun 11, 2020
1 parent c96e1ef commit cb7f7e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sh>=1.12.14
matplotlib>=2.1
graphviz
numpy
recommonmark
15 changes: 15 additions & 0 deletions doc/xgboost_doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: xgboost_docs
dependencies:
- python
- pip
- pygraphviz
- sphinx
- recommonmark
- mock
- sh
- matplotlib
- pip:
- breathe
- guzzle_sphinx_theme
- pydot-ng
- graphviz

0 comments on commit cb7f7e5

Please sign in to comment.