From e190a56a5867fae16a44736b4d94e08eef47653a Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Sun, 1 Mar 2020 13:43:37 +0000 Subject: [PATCH] [ussuri][goal] Updates for python 2.7 drop OpenStack is dropping the py2.7 support in ussuri cycle. openstack-ansible repos need few updates on requirements and tox file. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I189f3b9fda7f7c612cad8b1eb429d6e64bc32f38 --- doc/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 5ea362a9..0e69cf6f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -9,8 +9,7 @@ # openstack-ansible-tests repository. Once it merges there, the changes will # automatically be proposed to all the repositories which use it. -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx>=1.8.0,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0 # BSD sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD openstackdocstheme>=1.30.0 # Apache-2.0 reno>=2.5.0 # Apache-2.0