From 145cd49cc517b8bf352db0272ea85b2b148645ab Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Tue, 14 May 2019 11:25:42 +0530 Subject: [PATCH] Update sphinx version in requirement.txt Update sphinx dependency to avoid gate failure. Global requirement link [1] [1] https://github.com/openstack/requirements/blob/23ff2adcec1fd5e485d7f7319c6e516125e7aed1/global-requirements.txt#L455 Change-Id: I251fdfdfebe46ef7e9e0fb3486c12db306f7841c --- doc/requirements.txt | 3 ++- lower-constraints.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index b9c5e1f..711fb97 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ -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 reno>=2.5.0 # Apache-2.0 diff --git a/lower-constraints.txt b/lower-constraints.txt index 9c81629..797dd07 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -90,6 +90,7 @@ rjsmin==1.0.12 semantic-version==2.6.0 simplejson==3.13.2 six==1.11.0 +sphinx==1.6.2 stevedore==1.28.0 testrepository==0.0.20 testtools==2.3.0