From cfab89fe3fe9ad0c284b52b71dee92dc4757fba3 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 24 Apr 2018 07:17:25 +0200
Subject: [PATCH] blacklist sphinx 1.7.3

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

diff --git a/setup.py b/setup.py
index a1e4aaf..06210ce 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@
 
 
 docs_extras = [
-    'Sphinx >= 1.3.5',
+    'Sphinx >= 1.3.5, != 1.7.3',
     'docutils',
     'repoze.sphinx.autointerface',
     'pylons_sphinx_latesturl',

--
Gitblit v1.9.3