diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-04-25 20:37:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-25 20:37:49 -0700 |
| commit | 1b689a4bfe353799ca2299fdb9ba696638862d96 (patch) | |
| tree | 0821fa328c1a9ebbadcfded69d07115e41d9f594 | |
| parent | 5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff) | |
| parent | f6cb40b68512c9cb5bab90079ef0f834e7fee647 (diff) | |
| download | pyramid-1b689a4bfe353799ca2299fdb9ba696638862d96.tar.gz pyramid-1b689a4bfe353799ca2299fdb9ba696638862d96.tar.bz2 pyramid-1b689a4bfe353799ca2299fdb9ba696638862d96.zip | |
Merge pull request #3271 from Pylons/sphinx-bump
Bump sphinx to >=1.7.4
| -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', |
