summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-04 20:14:35 +0100
committerZane Bitter <zbitter@redhat.com>2020-02-10 16:05:51 +0000
commit2a8eb6a74c782ef76233179e9c32df5eb80d7233 (patch)
tree386a7c6cbd57f1ad15902b16c614ed7db4cd8f25 /doc
parent75ed1cedd9c3820134b877008750c4a28e28e2a0 (diff)
downloadpython-heatclient-2a8eb6a74c782ef76233179e9c32df5eb80d7233.tar.gz
[ussuri][goal] Drop python 2.7 support and testing2.0.0
OpenStack is dropping the py2.7 support in ussuri cycle. 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: I54863f2301758dcd48de4ee73bcc8582e5036afa
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 c27ecd2..6889f20 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,5 +1,4 @@
openstackdocstheme>=1.18.1 # 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,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
sphinxcontrib-httpdomain>=1.3.0 # BSD