From d0f5af89a8e7ef3f2a3fb7fe3272bf0efba2d99a Mon Sep 17 00:00:00 2001 From: ChristopherPrice Date: Wed, 14 Sep 2016 11:12:32 +0200 Subject: 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 --- scripts/docs-build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts') 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 -- cgit 1.2.3-korg