From 71c4fe1bbff7345126880cdd916e8132857309fd Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Mon, 29 Oct 2018 15:26:39 -0400 Subject: [PATCH] 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 --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6