Code Review
/
opnfvdocs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e5e0543
)
Bypass assertion bug by downgrading docutils
07/37807/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 19 Jul 2017 22:57:01 +0000
(15:57 -0700)
committer
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Wed, 19 Jul 2017 23:03:17 +0000
(16:03 -0700)
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>
etc/requirements.txt
patch
|
blob
|
history
diff --git
a/etc/requirements.txt
b/etc/requirements.txt
index
8ad711f
..
7550086
100644
(file)
--- 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