Skip to content

Commit 23fbc05

Browse files
committed
Remove version restriction in sphinx due to now-fixed issue
1 parent 7181e8b commit 23fbc05

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
echo "- matplotlib" >> .test-conda-env-py3.yml
8080
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/ci-support.sh
8181
82-
# Work around regression introduced in
83-
# https://github.com/sphinx-doc/sphinx/pull/11645
84-
# see also https://github.com/sphinx-doc/sphinx/issues/11662
85-
export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5"
86-
8782
. ci-support.sh
8883
build_py_project_in_conda_env
8984
build_docs

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ Python 3 Conda Examples:
9393
9494
Documentation:
9595
script: |
96-
# Work around regression introduced in
97-
# https://github.com/sphinx-doc/sphinx/pull/11645
98-
# see also https://github.com/sphinx-doc/sphinx/issues/11662
99-
export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5"
100-
10196
EXTRA_INSTALL="pybind11 numpy matplotlib"
10297
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh
10398
. ./build-docs.sh

0 commit comments

Comments
 (0)