Merge "A compact version of the documentation library."
authorChristopherPrice <christopher.price@ericsson.com>
Thu, 15 Sep 2016 14:04:54 +0000 (14:04 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 15 Sep 2016 14:04:54 +0000 (14:04 +0000)
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