summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2020-02-14 11:10:13 +0100
committerGitHub <noreply@github.com>2020-02-14 11:10:13 +0100
commit63edc73a45823988ab34c4aec16090fc6024c3ec (patch)
tree53ffc3baa236f0c64741bd4020fdf1323229142d /setup.py
parenta700e2ec792390942dba0ba57a385d6ae63600d3 (diff)
downloadzope-security-63edc73a45823988ab34c4aec16090fc6024c3ec.tar.gz
Allow to use a common Sphinx version for Python 2 and 3. (#70)
* Allow to use a common Sphinx version for Python 2 and 3. * Work around pypa/virtualenv#1555
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 799190b..f7d7c58 100644
--- a/setup.py
+++ b/setup.py
@@ -191,8 +191,7 @@ setup(name='zope.security',
],
'test': TESTS_REQUIRE,
'docs': [
- 'Sphinx < 2; python_version < "3"',
- 'Sphinx >= 2; python_version >= "3"',
+ 'Sphinx',
'repoze.sphinx.autointerface',
],
},