From 5d55cca2d7218f2ed5a95042b17bb0af711830e9 Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Wed, 19 Feb 2025 08:35:44 -0700 Subject: [PATCH] Pin Sphinx to not 8.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a76a8dc9442..6f508c590db 100644 --- a/setup.py +++ b/setup.py @@ -252,7 +252,7 @@ def __ne__(self, other): # the dependencies. 'tests': ['coverage', 'parameterized', 'pybind11', 'pytest', 'pytest-parallel'], 'docs': [ - 'Sphinx>4', + 'Sphinx>4,!=8.2.0', 'sphinx-copybutton', 'sphinx_rtd_theme>0.5', 'sphinxcontrib-jsmath',