summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2019-12-15 18:49:57 +0530
committerMonty Taylor <mordred@inaugust.com>2020-01-07 09:31:56 -0500
commitbf397330179234a0df9e08c7d201175b046faf6a (patch)
tree74baa749a36e2ef3b8df1dc10582d745e128502f /doc
parent46691c605b9c64ee669020659ffdf2a5b904146e (diff)
downloadkeystonemiddleware-bf397330179234a0df9e08c7d201175b046faf6a.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. keystonemiddleware 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: Ia6f0e14efd19b0b98227258e7264b4850a197f4f
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index ddd05be..f89d55a 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -6,7 +6,6 @@
doc8>=0.6.0 # Apache-2.0
openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
sphinxcontrib-apidoc>=0.2.0 # BSD