From 32c570913d9f1668ad566283109b175cbc8e5f86 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 17 May 2017 18:45:03 -0700 Subject: Move doc dependencies to requirements.txt for readthedocs (#4280) * Move doc dependencies to requirements.txt for readthedocs * Move sphinx to doc requirements. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c4bfe17640..c89bcf1275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,8 +86,7 @@ install: - pip install --upgrade setuptools - pip install --upgrade codecov - pip install --upgrade flake8 - - if [[ "$TEST_SUITE" == "doc" ]]; then pip install --upgrade sphinx; fi - - if [[ "$TEST_SUITE" == "doc" ]]; then pip install --upgrade sphinxcontrib-programoutput; fi + - if [[ "$TEST_SUITE" == "doc" ]]; then pip install --upgrade -r lib/spack/docs/requirements.txt; fi before_script: # Need this for the git tests to succeed. -- cgit v1.2.3-60-g2f50