From 896349140f0615a8b5a335c5e082cf6ab0197102 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 6 May 2015 00:00:20 -0700 Subject: bump and unpin versions. RTD uses Sphinx 1.3.1 now. --- setup.py | 4 ++-- 1 file 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 + [ -- cgit v1.2.3