From 4b676cb67eec63b7cea6486272111623bfbf2b10 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 18 Jul 2024 18:52:36 -0400 Subject: [PATCH] FIX: Pin --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43fdd09db..821efb89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,8 @@ test = ["mne_bids[full]", "pytest >= 8", "pytest-cov", "pytest-sugar", "ruff"] # Dependencies for building the documentation doc = [ "nilearn", - "sphinx", + # TODO: Remove pin once https://github.com/sphinx-doc/sphinx/issues/12589 is fixed + "sphinx!=7.4", "sphinx_gallery", "sphinx-copybutton", "pydata-sphinx-theme",