From f6cb40b68512c9cb5bab90079ef0f834e7fee647 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 25 Apr 2018 17:24:13 -0700 Subject: [PATCH] Bump sphinx to >=1.7.4 - Closes #3269 and #667 - Paves the way for #2572 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c441170684..eadd1040ab 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def readfile(name): docs_extras = [ - 'Sphinx >= 1.3.5, != 1.7.3', + 'Sphinx >= 1.7.4', 'docutils', 'repoze.sphinx.autointerface', 'pylons_sphinx_latesturl',