diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-04-25 17:24:13 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-04-25 17:24:13 -0700 |
| commit | f6cb40b68512c9cb5bab90079ef0f834e7fee647 (patch) | |
| tree | 0821fa328c1a9ebbadcfded69d07115e41d9f594 /setup.py | |
| parent | 5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff) | |
| download | pyramid-f6cb40b68512c9cb5bab90079ef0f834e7fee647.tar.gz pyramid-f6cb40b68512c9cb5bab90079ef0f834e7fee647.tar.bz2 pyramid-f6cb40b68512c9cb5bab90079ef0f834e7fee647.zip | |
Bump sphinx to >=1.7.4
- Closes #3269 and #667
- Paves the way for #2572
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ tests_require = [ docs_extras = [ - 'Sphinx >= 1.3.5, != 1.7.3', + 'Sphinx >= 1.7.4', 'docutils', 'repoze.sphinx.autointerface', 'pylons_sphinx_latesturl', |
