From 1e728712fe344ce9836e81ad0ab394c4c5d07ffc Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Thu, 1 Aug 2024 17:21:38 -0500 Subject: [PATCH] build: pin sphinx < 8 while people are updating packages --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc0f211d9..493780912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ dev = [ "pytest-mpl", "pytest-asyncio", "pytest-mock", - "sphinx", + "sphinx<8", "nbsphinx", "sphinx-rtd-theme", "sphinx-automodapi",