Skip to content

Commit

Permalink
limit sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 7, 2023
1 parent 190ab9c commit 8d69ab0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -83,6 +83,11 @@ jobs:
run: |
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
export CI_SUPPORT_SPHINX_VERSION_SPECIFIER="<7.2.5"
. ci-support.sh
build_py_project_in_conda_env
build_docs
Expand Down

0 comments on commit 8d69ab0

Please sign in to comment.