summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxuanyandong <xuanyandong@inspur.com>2019-10-26 14:31:46 +0800
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2020-01-16 08:34:30 -0500
commit658de38c20e028898fe0641de2e18686703f7b70 (patch)
treeefa0d7d9f08ddd06966926310d796a0104e74a92 /doc
parentd240091c32c033b25c2a805b1fd66468429c221c (diff)
downloadpython-cinderclient-658de38c20e028898fe0641de2e18686703f7b70.tar.gz
Drop support for python 2
Also adds support for py3.6 and py3.7 check and gate jobs. Co-authored-by: xuanyandong <xuanyandong@inspur.com> Co-authored-by: Brian Rosmaita <rosmaita.fossdev@gmail.com> Closes-bug: #1853372 Change-Id: Ia978b692ade23ee6482957f41b17cb879c96fea7
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 bf81d84..f0f258f 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -4,5 +4,4 @@
# These are needed for docs generation
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
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD