summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2019-12-15 18:11:36 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2020-01-22 06:24:24 +0000
commit526350eaeeadef8c1ca5f80547c01f94342a6653 (patch)
tree0ca7fb6b2751e8fd3a8de96943ca09fc48754527 /doc
parent925c2c1fb953d9b6d699bf691bb70eae7c561103 (diff)
downloadpython-keystoneclient-526350eaeeadef8c1ca5f80547c01f94342a6653.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. python-keystoneclient is ready with python 3 and ok to drop the python 2.7 support. 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: Ib6b6f7ca394dfa78cd5c8aeac0941dd625efef3b
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 67c99ed..c4f9c7d 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,8 +4,7 @@
# These are needed for docs generation
openstackdocstheme>=1.20.0 # Apache-2.0
-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
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
reno>=2.5.0 # Apache-2.0
lxml!=3.7.0,>=3.4.1 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD