Commit 75c25755 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Restrict to Sphinx 1.4 and below

parent 821359c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ if test -f $REQUIREMENTS_TXT; then
  $PY_EXE -m pip install -r $REQUIREMENTS_TXT
fi

$PY_EXE -m pip install sphinx
$PY_EXE -m pip install 'sphinx<1.5'

${PY_EXE} setup.py install