summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-08 19:29:22 +0000
committerGerrit Code Review <review@openstack.org>2019-08-08 19:29:22 +0000
commitf6cbd3052d9004dea192a7c615db99bafa4f11e5 (patch)
tree5920a04b33ea87cd04a458cb65c0f24a98041015
parent2488c1e1cee151a3a65c60f371f0bea2f15d4bca (diff)
parent1d1067445994fc1b1fa4d30c14fe444102dd4dad (diff)
downloadoslo-config-f6cbd3052d9004dea192a7c615db99bafa4f11e5.tar.gz
Merge "Blacklist sphinx 2.1.0 (autodoc bug)"
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 5f4e8e2..4ec2742 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
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
sphinxcontrib-apidoc>=0.2.0 # BSD
openstackdocstheme>=1.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0