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:
131635a
)
Bump Sphinx version to 1.5.6
63/64163/1
author
Aric Gardner
<agardner@linuxfoundation.org>
Mon, 29 Oct 2018 19:26:39 +0000
(15:26 -0400)
committer
Aric Gardner
<agardner@linuxfoundation.org>
Mon, 29 Oct 2018 19:27:44 +0000
(15:27 -0400)
1.5.6 allows:
intersphinx link using the ':doc:' directive.
And does not have the memory leak that was causing our build
to fail found in sphinx-build 1.6 onwards
Change-Id: I1a04871b2771a0123096629d706a6b2d375f520e
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
etc/requirements.txt
patch
|
blob
|
history
diff --git
a/etc/requirements.txt
b/etc/requirements.txt
index
7550086
..
734f07f
100644
(file)
--- a/
etc/requirements.txt
+++ b/
etc/requirements.txt
@@
-1,5
+1,5
@@
tox
-Sphinx==1.
3.1
+Sphinx==1.
5.6
doc8
docutils==0.12
setuptools