Doing without the make file, this works better locally. 30/1130/1
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Aug 2015 21:05:38 +0000 (17:05 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 6 Aug 2015 21:05:38 +0000 (17:05 -0400)
Change-Id: Ic5cd3304443b7d079e0967e0b3c5c377ea4d681c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
jjb/copper/docu-build.sh

index ffb1311..626814d 100644 (file)
@@ -9,7 +9,8 @@ echo "Build"
 echo "-----"
 echo
 
-make
+#make
+sphinx-build -b html -E -c etc/ design_docs/ build/
 
 echo
 echo "Upload"
@@ -31,13 +32,13 @@ fi
 if [[ $JOB_NAME =~ "verify" ]] ; then
     gsutil cp -r build/* "gs://$gs_path_review/"
     echo
-    echo "Document is available at http://$gs_path_review"
+    echo "Document is available at http://$gs_path_review/index.html"
 else
     gsutil cp -r build/design_docs "gs://$gs_path_branch/"
     gsutil cp -r build/requirements/html "gs://$gs_path_branch/"
     gsutil cp -r build/requirements/latex/*.pdf "gs://$gs_path_branch/"
     echo
-    echo "Latest document is available at http://$gs_path_branch"
+    echo "Latest document is available at http://$gs_path_branch/index.html"
 
     if gsutil ls "gs://$gs_path_review" > /dev/null 2>&1 ; then
         echo