summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2016-08-21 13:45:18 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-21 13:45:18 +0000
commita6032ccb3f438ecca5059223fcf630926888c4c0 (patch)
tree2d4fad0d0aa78fa12f3ae75d79db1e0b4b243d79 /scripts
parentce17ebe54844509678de7d8d7c58fdbc136dd134 (diff)
parent7e24b564adec5c913109ca485024b58b32e11ef6 (diff)
Merge "add version, builddate and copyright in sidebar"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/docs-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh
index 7d8abf1ca..f3fd68980 100755
--- a/scripts/docs-build.sh
+++ b/scripts/docs-build.sh
@@ -125,6 +125,7 @@ function prepare_config() {
add_config "$_conf" 'master_doc' "'index'"
add_config "$_conf" 'pygments_style' "'sphinx'"
add_config "$_conf" 'html_use_index' "False"
+ add_config "$_conf" 'html_last_updated_fmt' "'%b %d, %Y'"
add_config "$_conf" 'html_logo' "'opnfv-logo.png'"
add_config "$_conf" 'latex_domain_indices' "False"
add_config "$_conf" 'latex_logo' "'opnfv-logo.png'"