summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2020-01-30 11:33:26 +0000
committerStephen Finucane <stephenfin@redhat.com>2020-01-30 11:37:22 +0000
commitcfc27ef4972a99c5787e537b0f85067829517c4c (patch)
tree085bc8f3f9e0cf565d3c8cf84341a7da1ee44457 /doc
parent9a3537e0a34a0350ad463e813bf4ba0c66aee25b (diff)
downloadoslo-concurrency-cfc27ef4972a99c5787e537b0f85067829517c4c.tar.gz
Drop python 2.7 support and testing4.0.0
Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I94e709093e01825069b44b6c485e49a81f8f14c1 Sem-Ver: api-break
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 00b94af..ba34ac7 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,8 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# this is required for the docs build jobs
-sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
-sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
+sphinx>=1.8.0,!=2.1.0 # BSD
openstackdocstheme>=1.20.0 # Apache-2.0
reno>=2.5.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD