summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 1a241ab..fa85aae 100644
--- a/setup.py
+++ b/setup.py
@@ -196,8 +196,7 @@ setup(name='zope.security',
],
'test': TESTS_REQUIRE,
'docs': [
- 'Sphinx < 2; python_version < "3"',
- 'Sphinx; python_version >= "3"',
+ 'Sphinx',
'repoze.sphinx.autointerface',
],
},