From: ChristopherPrice Date: Wed, 14 Sep 2016 09:12:32 +0000 (+0200) Subject: Removing the multipage HTML document and renaming the single page rendering. X-Git-Tag: danube.1.RC1~277 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F21105%2F1;p=opnfvdocs.git Removing the multipage HTML document and renaming the single page rendering. This should be the final version for Colorado. We need to ensure people stop using the "-single" url's prior to release. Change-Id: Ib84c82582339f0de948d7b074d156343c566d535 Signed-off-by: ChristopherPrice --- diff --git a/scripts/docs-build.sh b/scripts/docs-build.sh index 2e2b79b04..466219f83 100755 --- a/scripts/docs-build.sh +++ b/scripts/docs-build.sh @@ -208,12 +208,10 @@ do mkdir -p "$output" - sphinx-build -b html -t html -E "$src" "$output" - { - sphinx-build -b singlehtml -t singlehtml -E "$src" "${output}-single" + sphinx-build -b singlehtml -t singlehtml -E "$src" "$output" } || { - msg="Error: Single HTML creation for $dir has failed." + msg="Error: HTML creation for $dir has failed." echo echo "$msg" echo