From 57b161a5d3da39eb83478463738a744659323839 Mon Sep 17 00:00:00 2001 From: Dave Shawley Date: Wed, 3 Jan 2018 13:10:03 -0500 Subject: [PATCH] requirements: pin sphinx version. See https://bitbucket.org/birkenfeld/sphinx-contrib/issues/184/ --- docs/history.rst | 10 ++++++++-- requires/development.txt | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 3c4426d..2cb96ee 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -2,8 +2,14 @@ Release History =============== -`1.4.0`_ (3 Nov 2016) ---------------------- + +`Next Release`_ +--------------- +- Workaround https://bitbucket.org/birkenfeld/sphinx-contrib/issues/184/ + by pinning sphinx in the development environment. + +`1.4.0`_ (29 Sep 2017) +---------------------- - Separate the concerns of running the application from the callback chains. The latter has been refactored into :mod:`sprockets.http.app`. This change is completely invisible to the outside world. diff --git a/requires/development.txt b/requires/development.txt index f3b1a01..cabc40d 100644 --- a/requires/development.txt +++ b/requires/development.txt @@ -1,6 +1,6 @@ -rinstallation.txt -rtesting.txt coverage>=4.0,<5 -sphinx>=1.2,<2 +sphinx>=1.2,<1.6.4 sphinxcontrib-httpdomain>=1.3,<2 tox>=1.7,<2