Skip to content

Commit

Permalink
Remove version restriction in sphinx due to now-fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 23, 2024
1 parent 7181e8b commit 23fbc05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23fbc05

Please sign in to comment.