From cb7f7e542c691e04c558ff89a5a4321b60373c05 Mon Sep 17 00:00:00 2001 From: Elliot Hershberg Date: Thu, 11 Jun 2020 01:51:24 -0700 Subject: [PATCH] Added conda environment file for building docs (#5773) --- doc/requirements.txt | 1 + doc/xgboost_doc.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 doc/xgboost_doc.yml diff --git a/doc/requirements.txt b/doc/requirements.txt index 7fb703869f5a..c73febc1544b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -6,3 +6,4 @@ sh>=1.12.14 matplotlib>=2.1 graphviz numpy +recommonmark diff --git a/doc/xgboost_doc.yml b/doc/xgboost_doc.yml new file mode 100644 index 000000000000..ee1b354d1ae6 --- /dev/null +++ b/doc/xgboost_doc.yml @@ -0,0 +1,15 @@ +name: xgboost_docs +dependencies: + - python + - pip + - pygraphviz + - sphinx + - recommonmark + - mock + - sh + - matplotlib + - pip: + - breathe + - guzzle_sphinx_theme + - pydot-ng + - graphviz