Explorar el Código

Lock sphinx to older version, otherwise travis fails

Stefan Profanter hace 6 años
padre
commit
22f3a10dc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'