Merge "docs: hide revision and build date from HTML pages"
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Tue, 2 Feb 2016 15:25:43 +0000 (15:25 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 2 Feb 2016 15:25:44 +0000 (15:25 +0000)
utils/docs-build.sh

index 6c863cb..e5d6b4a 100755 (executable)
@@ -78,7 +78,7 @@ function add_html_notes() {
             echo
             sed -i "s/ _sha1_/ $git_sha1/g" "$file"
         fi
-        sed -i -e "\$a\\\n.. only:: html\n$html_notes" "$file"
+        sed -i -e "\$a\\\n..\n$html_notes" "$file"
     done
 }