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

Do not use sphinx 3.2 because of bug

parent c3d45741
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ source ci-support.sh

build_py_project_in_venv

$PY_EXE -m pip install docutils sphinx
# https://github.com/sphinx-doc/sphinx/issues/8084
$PY_EXE -m pip install docutils "sphinx<3.2"

cd doc