docs: fix revision hiding 23/9223/2
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 4 Feb 2016 04:50:29 +0000 (13:50 +0900)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 4 Feb 2016 16:19:27 +0000 (16:19 +0000)
Revisions have to be in comment, but now it appears due to blank line
after '..' directive.

Change-Id: I1d1b81eb4545c35156c40cfffe1de21cc9af17a0
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
utils/docs-build.sh

index e5d6b4a..3c0e8bd 100755 (executable)
@@ -41,7 +41,7 @@ revision="$(git rev-parse --short HEAD)"
 rev_full="$(git rev-parse HEAD)"
 version="$(git describe --abbrev=0 2> /dev/null || echo draft) ($revision)"
 project="$(basename $(git rev-parse --show-toplevel))"
-html_notes="\n    Revision: $rev_full\n\n    Build date: |today|"
+html_notes="    Revision: $rev_full\n    Build date: |today|"
 default_conf='releng/docs/etc/conf.py'
 opnfv_logo='releng/docs/etc/opnfv-logo.png'