diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-06 00:00:45 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-06 00:00:45 -0700 |
| commit | f5409adbc558883d08f585bb08431b8c966aa914 (patch) | |
| tree | ad3549b074f9b9f48ad74b72c5f169190111c276 /setup.py | |
| parent | a4239799f7520729e395210ba4f69d57060d723b (diff) | |
| parent | 896349140f0615a8b5a335c5e082cf6ab0197102 (diff) | |
| download | pyramid-f5409adbc558883d08f585bb08431b8c966aa914.tar.gz pyramid-f5409adbc558883d08f585bb08431b8c966aa914.tar.bz2 pyramid-f5409adbc558883d08f585bb08431b8c966aa914.zip | |
Merge pull request #1659 from stevepiercy/master
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 + [ |
