From 4daa679924b097aa06ff93f73cce39f75e396220 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 6 Sep 2023 23:19:31 -0500 Subject: [PATCH] limit sphinx version --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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