summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-19 15:57:01 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-19 16:03:17 -0700
commit3a07f6762f24554fa943b7b2218466848c3a8aee (patch)
tree7487c837d86458b6a29f88ac80fa8880ea78cf39 /etc
parente5e054343bb9f6593bed8a17c1d34bdc308ec578 (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')
-rw-r--r--etc/requirements.txt2
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