summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-04-25 20:37:49 -0700
committerGitHub <noreply@github.com>2018-04-25 20:37:49 -0700
commit1b689a4bfe353799ca2299fdb9ba696638862d96 (patch)
tree0821fa328c1a9ebbadcfded69d07115e41d9f594
parent5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff)
parentf6cb40b68512c9cb5bab90079ef0f834e7fee647 (diff)
downloadpyramid-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c44117068..eadd1040a 100644
--- a/setup.py
+++ b/setup.py
@@ -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',