X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Fdocs-build.sh;h=e5d6b4a7fd50c1256d32bdd5db84c00dd7467e0e;hb=64fc87f9a71c1763545d745d00e8b86347ad57e8;hp=6c863cbc91bbf31ed0e79c279ed9a2cae6cf1163;hpb=915590bb6510ebc90656c8433faa75db0f485715;p=releng.git diff --git a/utils/docs-build.sh b/utils/docs-build.sh index 6c863cbc9..e5d6b4a7f 100755 --- a/utils/docs-build.sh +++ b/utils/docs-build.sh @@ -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 }