Skip to content

Commit bfb2b4c

Browse files
committed
Drop old Sphinx version constraint to pick up global constraint
x-ref inducer/ci-support@112ab59
1 parent d69de22 commit bfb2b4c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
build_py_project_in_conda_env
109109
conda install graphviz
110110
111-
CI_SUPPORT_SPHINX_VERSION_SPECIFIER=">=4.0"
112111
build_docs
113112
114113
downstream_tests:

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Python 3 Conda:
8282
Documentation:
8383
script: |
8484
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-docs.sh
85-
CI_SUPPORT_SPHINX_VERSION_SPECIFIER=">=4.0"
8685
. ./build-docs.sh
8786
tags:
8887
- python3

0 commit comments

Comments
 (0)