From a0de9d024052fdb7718127446673541c66d53853 Mon Sep 17 00:00:00 2001 From: Elliot Hershberg Date: Tue, 9 Jun 2020 15:40:50 -0700 Subject: [PATCH 1/2] Added conda environment file for building docs --- doc/xgboost_doc.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/xgboost_doc.yml 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 From 77c6d220c310837e5980953b37cd7f6260f03306 Mon Sep 17 00:00:00 2001 From: Elliot Hershberg Date: Tue, 9 Jun 2020 16:27:43 -0700 Subject: [PATCH 2/2] Added recommonmark to requirements for docs --- doc/requirements.txt | 1 + 1 file changed, 1 insertion(+) 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