Removing the multipage HTML document and renaming the single page rendering. 05/21105/1
authorChristopherPrice <christopher.price@ericsson.com>
Wed, 14 Sep 2016 09:12:32 +0000 (11:12 +0200)
committerChristopherPrice <christopher.price@ericsson.com>
Wed, 14 Sep 2016 09:12:32 +0000 (11:12 +0200)
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>
scripts/docs-build.sh

index 2e2b79b..466219f 100755 (executable)
@@ -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