From 23fbc05f50500130305aedcd970cdf6609882bb9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 23 Jul 2024 16:01:09 -0500 Subject: [PATCH] Remove version restriction in sphinx due to now-fixed issue --- .github/workflows/ci.yml | 5 ----- .gitlab-ci.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 362da1c9e..c7c54d2ee 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 e46fce855..16413ab6b 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