Disable javadoc generation 03/41603/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 9 Jul 2016 01:40:41 +0000 (21:40 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 9 Jul 2016 01:40:43 +0000 (21:40 -0400)
ReadTheDocs has a build timeout limit of 902 seconds. JavaDoc generation
adds a significant amount of time to our build so disable it until we
have a solution for this otherwise our docs won't get updated on
readthedocs.

Change-Id: If1b96843ed474ab4357f12f5e184f3aa6b47a23b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py

index 1b317a3cc85a6b110918314c39eb34ec58969d64..6c13c61e4ba910de68ce8841d61e49d8d4392331 100644 (file)
@@ -314,5 +314,7 @@ import subprocess
 
 subprocess.call(["./build-integration-robot-libdoc.sh"])
 
-if javasphinx_available:
-    subprocess.call(["./generate-javaapidoc.sh"])
+# Disable javasphinx generation until we have a solution to long build
+# times. readthedocs timesout after 902 seconds.
+# if javasphinx_available:
+#     subprocess.call(["./generate-javaapidoc.sh"])