diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 362da1c9..c7c54d2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,11 +79,6 @@ jobs: 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 - # see also https://github.com/sphinx-doc/sphinx/issues/11662 - export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5" - . ci-support.sh build_py_project_in_conda_env build_docs diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e46fce85..16413ab6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,11 +93,6 @@ Python 3 Conda Examples: Documentation: script: | - # Work around regression introduced in - # https://github.com/sphinx-doc/sphinx/pull/11645 - # see also https://github.com/sphinx-doc/sphinx/issues/11662 - export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5" - EXTRA_INSTALL="pybind11 numpy matplotlib" curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh . ./build-docs.sh