summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-08-06 17:36:21 +0000
committerGerrit Code Review <review@openstack.org>2019-08-06 17:36:21 +0000
commit4ca278f8053cec8e9f2144ba9d991be5d9646691 (patch)
tree5dedc801a87ef306f96974a972ecdf0ce59f03c4
parent3ee7362495ce365a203385e185d2be1c975970cb (diff)
parent7ea925553960e5a4380c21f8102245e766e85b08 (diff)
downloaddesignate-4ca278f8053cec8e9f2144ba9d991be5d9646691.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 00e18f69..d0484719 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# 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-httpdomain>=1.3.0 # BSD
sphinxcontrib-blockdiag>=1.5.4 # BSD
reno>=2.5.0 # Apache-2.0