Skip to content

Commit

Permalink
CircleCI: exclude Sphinx versions with regression in LaTeX mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 4, 2024
1 parent fdc25d8 commit 34062ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
python3 -m venv .venv
echo "source .venv/bin/activate" >> $BASH_ENV
- run:
name: Installing Sphinx
# See https://github.com/sphinx-doc/sphinx/issues/12331
command: |
$PIP_INSTALL "sphinx !=7.3.0, != 7.3.1, != 7.3.2, != 7.3.3, != 7.3.4, != 7.3.5, != 7.3.6, != 7.3.7"
- run:
name: Installing nbsphinx
command: |
Expand Down

0 comments on commit 34062ec

Please sign in to comment.