diff --git a/setup.py b/setup.py index b3a9b66658..5059f51502 100644 --- a/setup.py +++ b/setup.py @@ -127,6 +127,7 @@ def run(self, *args, **kwargs): "sphinxcontrib-htmlhelp<=2.0.0", # After this version it needs a toml file to work, no more setup.py "sphinx<6", "sphinx-rtd-theme", # needs sphinx < 7 + "docutils<0.20", # needed by sphinx ] + install_requirements, install_requires=install_requirements,