summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b9ac93d..bf9e1a7 100644
--- a/setup.py
+++ b/setup.py
@@ -130,7 +130,7 @@ setup(name='zope.proxy',
'zope.testrunner',
],
'docs': [
- 'Sphinx',
+ 'Sphinx<4', # Until repoze.sphinx.autointerface supports Sphinx 4.x we cannot use it
'repoze.sphinx.autointerface',
],
},