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

Update sphinx version restriction

parent 0a5a93ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -359,8 +359,8 @@ run_examples()

build_docs()
{
  # https://github.com/sphinx-doc/sphinx/issues/8084
  with_echo $PY_EXE -m pip install "sphinx<3.2"
  # >=3.2.1 for https://github.com/sphinx-doc/sphinx/issues/8084
  with_echo $PY_EXE -m pip install "sphinx>=3.2.1"

  cd doc