From: ShubhamRathi Date: Mon, 9 Jan 2017 11:57:13 +0000 (+0530) Subject: Requirement updated to support sphinx_bootstrap_theme X-Git-Tag: danube.1.RC1~259^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F26797%2F2;p=opnfvdocs.git 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 --- 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