summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-10-29 15:26:39 -0400
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-11-08 09:35:39 -0800
commitdf82f83e457599de4d98439b308d9502195dfe9d (patch)
tree5071b81ce1d8b1cf31b3b76e316b4a83eafea5bc /etc
parent0a0789bfb2d48f958ba403efef915c5e285064e8 (diff)
Bump Sphinx version to 1.5.6
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>
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 7550086ff..734f07f97 100644
--- 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