Requirement updated to support sphinx_bootstrap_theme 97/26797/2
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Mon, 9 Jan 2017 11:57:13 +0000 (17:27 +0530)
committerShubhamRathi <shubhamiiitbackup@gmail.com>
Mon, 9 Jan 2017 12:02:35 +0000 (17:32 +0530)
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 <shubhamiiitbackup@gmail.com>
etc/requirements.txt

index 4b18507..bc49b3a 100644 (file)
@@ -4,3 +4,4 @@ docutils
 setuptools
 six
 sphinxcontrib-httpdomain
+sphinx_bootstrap_theme>=0.4.11