summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorShubhamRathi <shubhamiiitbackup@gmail.com>2017-01-09 17:27:13 +0530
committerShubhamRathi <shubhamiiitbackup@gmail.com>2017-01-09 17:32:35 +0530
commit6418b90fad30e322db4142b1cde098e83630c5b9 (patch)
tree414d5e1715cc426fb32d9fd0090b5ae66c25912f /etc
parent9899d32e4d73fa9657150b4b5b2e70ee997fc486 (diff)
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 <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/requirements.txt1
1 files changed, 1 insertions, 0 deletions
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