From 87660806b2b6bd9c838f98fef18fe2c330b8724c Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Thu, 26 Apr 2018 05:50:01 +0200
Subject: [PATCH] Bump sphinx to >=1.7.4 - Closes #3269 and #667 - Paves the way for #2572

---
 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index c06c514..6a3c8d2 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@
 
 
 docs_extras = [
-    'Sphinx >= 1.3.5, != 1.7.3',
+    'Sphinx >= 1.7.4',
     'docutils',
     'repoze.sphinx.autointerface',
     'pylons_sphinx_latesturl',

--
Gitblit v1.9.3