summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index a36446d80..ffe70cd00 100644
--- a/setup.py
+++ b/setup.py
@@ -56,11 +56,11 @@ if not PY3:
tests_require.append('zope.component>=3.11.0')
docs_extras = [
- 'Sphinx >= 1.2.3',
+ 'Sphinx >= 1.3.1',
'docutils',
'repoze.sphinx.autointerface',
'pylons_sphinx_latesturl',
- 'pylons-sphinx-themes >= 0.3',
+ 'pylons-sphinx-themes',
]
testing_extras = tests_require + [