From f443b49a01338435039dde9c65ee54af771b17e4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 4 Sep 2018 14:45:16 -0400 Subject: [PATCH] uncap sphinx The newest reno release, 2.10.0, requires a feature of newer sphinx without specifying that the minimum compatibility has changed. Uncap sphinx here so at least the doc build is not broken. Change-Id: Ic5127de5bfbbcdc9fd4a6d06d955b0b280c09f74 Signed-off-by: Doug Hellmann --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 66b45ef75..9d1a64219 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,4 +1,4 @@ -sphinx>=1.5.1,<1.6 +sphinx>=1.6.1 sphinxcontrib-programoutput sphinxcontrib-httpdomain reno>=2.5.0 # Apache-2.0