From 43d972a61495846718cb5b44029cff283395183f Mon Sep 17 00:00:00 2001 From: theOehrly <23384863+theOehrly@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:41:31 +0200 Subject: [PATCH] MNT/CI: temporarily pin sphinx <7.3 (cherry picked from commit a362208033a17072f77de627131b7ed7c2f34aca) --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e5c1b00cf..d54d4a622 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,7 +9,7 @@ pytest-mpl==0.14.0 # logging issues in newer versions requests-mock ruff seaborn>0.13.0 -sphinx>6.0 +sphinx>6.0,<7.3 sphinx-autodoc-typehints sphinx-gallery>=0.10.0 wheel