From 2afc1354c4b5ae56565e7084dd646ea7e8f3efa5 Mon Sep 17 00:00:00 2001 From: Jeff Doyle Date: Mon, 19 Feb 2018 17:17:50 -0500 Subject: [PATCH] install sphinx numpydoc and sphinx_rtd_theme in travis not build_docs.sh --- .travis.yml | 2 +- bin/build_docs.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bb68760dc..23c44b3da6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - source activate test-environment - pip install orca openmatrix zbox - pip install pytest pytest-cov coveralls pycodestyle -- pip install sphinx numpydoc +- pip install sphinx numpydoc sphinx_rtd_theme - pip install . script: - pycodestyle activitysim diff --git a/bin/build_docs.sh b/bin/build_docs.sh index 51f572ad2b..a1942e8884 100755 --- a/bin/build_docs.sh +++ b/bin/build_docs.sh @@ -33,10 +33,6 @@ if [ "$TRAVIS_REPO_SLUG" == "ActivitySim/activitysim" ] && \ [ "$TRAVIS_PULL_REQUEST" == "false" ] && \ [ "$ACTUAL_TRAVIS_JOB_NUMBER" == "1" ]; then - echo "Installing dependencies" - conda install --yes --quiet sphinx numpydoc - pip install sphinx_rtd_theme - echo "Building docs" cd docs make clean