From 3546ba0a4676f71534d38a1f6b56a13ca6dffa1d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 24 Jan 2018 20:56:41 -0500 Subject: [PATCH] Require sphinx 1.6.5 Read The Docs has sphinx 1.6.5 installed so lets require that as minimum to avoid having to put in workarounds for that. Change-Id: I33e11cd9f687e2bf93aaf38a02e2c11cc640ad64 Signed-off-by: Thanh Ha --- docs_conf/defaults/lfdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_conf/defaults/lfdocs.yaml b/docs_conf/defaults/lfdocs.yaml index 601b7a8..084e66e 100644 --- a/docs_conf/defaults/lfdocs.yaml +++ b/docs_conf/defaults/lfdocs.yaml @@ -5,7 +5,7 @@ version: master author: Linux Foundation Releng copyright: 2017-2018, The Linux Foundation -needs_sphinx: '1.6.6' +needs_sphinx: '1.6.5' extensions: - sphinx.ext.autodoc - sphinx.ext.doctest -- 2.16.6