From 6418b90fad30e322db4142b1cde098e83630c5b9 Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Mon, 9 Jan 2017 17:27:13 +0530 Subject: Requirement updated to support sphinx_bootstrap_theme Builds for the new conf.py's importing sphinx_bootstrap_theme (SBT) were failing because jenkins was still loading the previous version of requirements which did not have SBT. Adding the SBT to requirements will ensure the build does not fail. Change-Id: I9a46f519f5d5548e3a304a7d55d99e80a4366460 Signed-off-by: ShubhamRathi --- etc/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/requirements.txt b/etc/requirements.txt index 4b1850729..bc49b3a02 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -4,3 +4,4 @@ docutils setuptools six sphinxcontrib-httpdomain +sphinx_bootstrap_theme>=0.4.11 -- cgit 1.2.3-korg