summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-04-25 17:24:13 -0700
committerSteve Piercy <web@stevepiercy.com>2018-04-25 17:24:13 -0700
commitf6cb40b68512c9cb5bab90079ef0f834e7fee647 (patch)
tree0821fa328c1a9ebbadcfded69d07115e41d9f594 /setup.py
parent5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (diff)
downloadpyramid-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.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',