From 8a798680e1141ce69ebf04600f2559461fec1e54 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 14 May 2019 12:19:01 +0200 Subject: [PATCH] Update Sphinx requirements to match global-requirements Change-Id: I99550cdc484ca8802e58bcdfe444296697c22e7e --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0b114859..2c5c4e20 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,5 +14,6 @@ testtools>=2.2.0 # MIT # Doc requirements doc8>=0.6.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD openstackdocstheme>=1.18.1 # Apache-2.0