Code Review
/
opnfvdocs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9899d32
)
Requirement updated to support sphinx_bootstrap_theme
97/26797/2
author
ShubhamRathi
<shubhamiiitbackup@gmail.com>
Mon, 9 Jan 2017 11:57:13 +0000
(17:27 +0530)
committer
ShubhamRathi
<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
patch
|
blob
|
history
diff --git
a/etc/requirements.txt
b/etc/requirements.txt
index
4b18507
..
bc49b3a
100644
(file)
--- a/
etc/requirements.txt
+++ b/
etc/requirements.txt
@@
-4,3
+4,4
@@
docutils
setuptools
six
sphinxcontrib-httpdomain
+sphinx_bootstrap_theme>=0.4.11