Move doc dependencies to requirements.txt for readthedocs (#4280)

* Move doc dependencies to requirements.txt for readthedocs

* Move sphinx to doc requirements.
This commit is contained in:
Todd Gamblin 2017-05-17 18:45:03 -07:00 committed by Adam J. Stewart
parent 5b527e2c14
commit 32c570913d
2 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -0,0 +1,5 @@
# These dependencies should be installed using pip in order
# to build the documentation.
sphinx
sphinxcontrib-programoutput