diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-19 15:57:01 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-07-19 16:03:17 -0700 |
commit | 3a07f6762f24554fa943b7b2218466848c3a8aee (patch) | |
tree | 7487c837d86458b6a29f88ac80fa8880ea78cf39 /etc/requirements.txt | |
parent | e5e054343bb9f6593bed8a17c1d34bdc308ec578 (diff) |
Bypass assertion bug by downgrading docutils
There is a bug in docutils which causes it to break on remote images, as
discovered by OpenStack: https://sourceforge.net/p/docutils/bugs/301/
Change-Id: Id1ae986c255d1d0df38812dc02ac443eed198103
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 8ad711f2a..7550086ff 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,7 +1,7 @@ tox Sphinx==1.3.1 doc8 -docutils +docutils==0.12 setuptools six sphinxcontrib-httpdomain |