From f5fcad350f61090fb4f0ee87a7c169b14f79c3d4 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 22 May 2017 10:52:32 -0700 Subject: [PATCH] Re-tighten to avoid backwards incompat sphinx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9883ecd..21bb458 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( packages=['releases'], install_requires=[ 'semantic_version<3.0', - 'sphinx>=1.3', + 'sphinx>=1.3,<2', ], classifiers=[ 'Development Status :: 5 - Production/Stable',