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>
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