diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-06 00:00:20 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-06 00:00:20 -0700 |
| commit | 896349140f0615a8b5a335c5e082cf6ab0197102 (patch) | |
| tree | ad3549b074f9b9f48ad74b72c5f169190111c276 /setup.py | |
| parent | a4239799f7520729e395210ba4f69d57060d723b (diff) | |
| download | pyramid-896349140f0615a8b5a335c5e082cf6ab0197102.tar.gz pyramid-896349140f0615a8b5a335c5e082cf6ab0197102.tar.bz2 pyramid-896349140f0615a8b5a335c5e082cf6ab0197102.zip | |
bump and unpin versions. RTD uses Sphinx 1.3.1 now.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 + [ |
