summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopherPrice <christopher.price@ericsson.com>2016-09-14 11:12:32 +0200
committerChristopherPrice <christopher.price@ericsson.com>2016-09-14 11:12:32 +0200
commitd0f5af89a8e7ef3f2a3fb7fe3272bf0efba2d99a (patch)
treef01a0b00ba68ed216ce0f2b752ee15e6c26da3c5
parentbf7cdc9f6fb6c07257796ccdc22d1b803928f13b (diff)
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 <christopher.price@ericsson.com>
-rwxr-xr-xscripts/docs-build.sh6
1 files changed, 2 insertions, 4 deletions
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