Commit 56ad6254 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Re-allow up-to-date docutils

parent 98feb71a
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 'docutils<0.13' sphinx
$PY_EXE -m pip install docutils sphinx

${PY_EXE} setup.py install