From 070be0aa99f800303407d8ca291cde1bb2c5eec1 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 18 Dec 2020 18:29:58 +0100 Subject: [PATCH] doc: specify the version of 'sphinx-tabs' to install Specify the version of 'sphinx-tabs' to be installed in order to be able to build the documentation. Without this, the latest is installed but is incompatible with 'sphinx==1.7.7' as specified in our doc/scripts/requirements' file. Signed-off-by: Geoffroy Van Cutsem --- doc/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripts/requirements.txt b/doc/scripts/requirements.txt index 9ab3abd4d..cee18b3c4 100644 --- a/doc/scripts/requirements.txt +++ b/doc/scripts/requirements.txt @@ -3,4 +3,4 @@ sphinx==1.7.7 docutils==0.14 sphinx_rtd_theme==0.4.0 kconfiglib>=10.2 -sphinx-tabs +sphinx-tabs==1.1.13