diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2017-05-17 11:36:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 11:36:02 -0500 |
commit | cafc3cc3ca5c457d6dcf4fafcb0c94ddedead0e7 (patch) | |
tree | 5ba3e9f1dbc77185da82e8161a33a6c5d2d9f99a /share | |
parent | b630c06773bb4ba960f8791b756c17a39d049501 (diff) | |
download | spack-cafc3cc3ca5c457d6dcf4fafcb0c94ddedead0e7.tar.gz spack-cafc3cc3ca5c457d6dcf4fafcb0c94ddedead0e7.tar.bz2 spack-cafc3cc3ca5c457d6dcf4fafcb0c94ddedead0e7.tar.xz spack-cafc3cc3ca5c457d6dcf4fafcb0c94ddedead0e7.zip |
Sphinx no longer supports Python 2.6 (#4266)
* Sphinx no longer supports Python 2.6
* Update vendored sphinxcontrib.programoutput from 0.9.0 to 0.10.0
* Documentation cannot be built in parallel
* Let Travis install programoutput for us
* Remove vendored sphinxcontrib-programoutput
Recent updates to the sphinx package prevent the vendored version
from being found in sys.path. We don't vendor sphinx, so it doesn't
make sense to vendor sphinxcontrib-programoutput either.
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/qa/run-doc-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/qa/run-doc-tests b/share/spack/qa/run-doc-tests index b9a05aa3c8..c43779fcaf 100755 --- a/share/spack/qa/run-doc-tests +++ b/share/spack/qa/run-doc-tests @@ -17,4 +17,4 @@ cd "$SPACK_ROOT/lib/spack/docs" # Treat warnings as fatal errors make clean --silent -make SPHINXOPTS=-W JOBS=1 +make SPHINXOPTS=-W |