diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9361bc8e..a6804004 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,11 @@ jobs: run: | echo "- matplotlib" >> .test-conda-env-py3.yml curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh + + # Work around regression introduced in + # https://github.com/sphinx-doc/sphinx/pull/11645 + export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5" + . ci-support.sh build_py_project_in_conda_env build_docs