Commit 4e7e8744 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Revert "Restrict to Sphinx 1.4 and below"

This reverts commit 75c25755.
parent 75c25755
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<1.5'
$PY_EXE -m pip install sphinx

${PY_EXE} setup.py install