Skip to content

Commit

Permalink
Modified build_docs to install sphinx differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 17, 2019
1 parent 9db4f00 commit 29f0700
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ set -e
echo "Installing sphinx, etc. to build the documentation ..."
cd "$TRAVIS_BUILD_DIR"
if [[ "$BUILD_DOCS" == "YES" ]]; then
conda install -q -c sphinx sphinx-gallery;
conda install -q -c anaconda sphinx_rtd_theme
conda install -q -c anaconda sphinx sphinx_rtd_theme
cconda install -q -c conda-forge sphinx-gallery
11 pip install sphinx-prompt
12 else
onda install -q -c conda-forge sphinx-gallery
pip install sphinx-prompt
else
exit 0
Expand Down

0 comments on commit 29f0700

Please sign in to comment.