summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-08 13:43:10 +0000
committerGerrit Code Review <review@openstack.org>2019-08-08 13:43:10 +0000
commitc4b50a10b3970aaf2d2e675e2fe8fd9b9bd4496b (patch)
tree285c0899cad47171a00b6ad18539703d752616a0 /doc
parent94e37039ecf4eb10c663e3fad841b18610a94532 (diff)
parent2134e92b668607d71654fa281920ce62a8223284 (diff)
downloadpython-cinderclient-c4b50a10b3970aaf2d2e675e2fe8fd9b9bd4496b.tar.gz
Merge "Blacklist sphinx 2.1.0 (autodoc bug)"
Diffstat (limited to 'doc')
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 9b2838d..bf81d84 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -5,4 +5,4 @@
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,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD