diff options
author | Jack Lloyd <[email protected]> | 2018-09-13 10:17:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-13 10:17:59 -0400 |
commit | 2c75e41d1051b9e2eb73a669510e7d8a74e9f0d3 (patch) | |
tree | be6f7131802d0865d66e72e0db03a19ec618c71a /src/scripts/ci/setup_travis.sh | |
parent | 5e97d0a489e31fc2fcbb552bda4257534cb9d964 (diff) |
Force Sphinx version to 1.7.9 to work around a problem in 1.8
See https://github.com/sphinx-doc/sphinx/issues/5417
Diffstat (limited to 'src/scripts/ci/setup_travis.sh')
-rwxr-xr-x | src/scripts/ci/setup_travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 9c6c79012..14a88a5c3 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -84,7 +84,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then # sudo apt-get remove python-requests python-openssl python-roman - sudo pip install requests pyopenssl roman sphinx + sudo pip install requests pyopenssl roman sphinx==1.7.9 fi elif [ "$TRAVIS_OS_NAME" = "osx" ]; then |