diff options
author | Zuul <zuul@review.opendev.org> | 2019-07-31 13:49:37 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-07-31 13:49:37 +0000 |
commit | 70d7a1bc86e6f60b57954f473cfadf1efd48147b (patch) | |
tree | e99bf69148dafe1d1dd9767b2cb194f63bb03970 | |
parent | 4563f0d0db78c3110f51f0b927dc790f9073e602 (diff) | |
parent | e08a81100f68bd5850c4f3baa0d7fc2a41f93ad9 (diff) | |
download | heat-70d7a1bc86e6f60b57954f473cfadf1efd48147b.tar.gz |
Merge "Blacklist sphinx 2.1.0 (autodoc bug)"
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 94f9fa042..c4373b460 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,7 +4,7 @@ openstackdocstheme>=1.18.1 # Apache-2.0 os-api-ref>=1.4.0 # Apache-2.0 -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 sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD reno>=2.5.0 # Apache-2.0 sphinxcontrib-apidoc>=0.2.0 # BSD |