From 2c75e41d1051b9e2eb73a669510e7d8a74e9f0d3 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 13 Sep 2018 10:17:59 -0400 Subject: Force Sphinx version to 1.7.9 to work around a problem in 1.8 See https://github.com/sphinx-doc/sphinx/issues/5417 --- src/scripts/ci/setup_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3