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',