Browse Source

Lock sphinx to older version, otherwise travis fails

Stefan Profanter 6 years ago
parent
commit
22f3a10dc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/travis/travis_linux_before_install.sh

+ 1 - 1
tools/travis/travis_linux_before_install.sh

@@ -50,7 +50,7 @@ if [ -z ${DOCKER+x} ] && [ -z ${SONAR+x} ]; then
 
 	echo "=== Installing python packages ===" && echo -en 'travis_fold:start:before_install.python\\r'
 	pip install --user cpp-coveralls
-	pip install --user sphinx
+	pip install --user 'sphinx==1.7.9'
 	pip install --user sphinx_rtd_theme
 	pip install --user cpplint
 	echo -en 'travis_fold:end:script.before_install.python\\r'