From 34062eccb34d82ac1da700c079590ceb22ed8162 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 4 May 2024 11:48:47 +0200 Subject: [PATCH] CircleCI: exclude Sphinx versions with regression in LaTeX mode --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 623160d0..e3b7d80f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |