From 9b993e296e600c5496ee93f0694a4962621c0201 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Tue, 23 Jul 2024 08:54:22 +0200 Subject: [PATCH] try sphinx 7.4.7 (#1280) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce3c1d677..5cf48fb05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,8 +64,7 @@ test = ["mne_bids[full]", "pytest >= 8", "pytest-cov", "pytest-sugar", "ruff"] # Dependencies for building the documentation doc = [ "nilearn", - # TODO: Remove pin once https://github.com/sphinx-doc/sphinx/issues/12589 is fixed - "sphinx!=7.4.6,!=7.4.5,!=7.4.4,!=7.4.3,!=7.4.2,!=7.4.1,!=7.4.0", + "sphinx>=7.4.7", "sphinx_gallery", "sphinx-copybutton", "pydata-sphinx-theme",