indhub closed pull request #13298: stopgap fix to let website builds through
URL: https://github.com/apache/incubator-mxnet/pull/13298
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/mxdoc.py b/docs/mxdoc.py
index 8b26c89d2eb..5e86c1c6dd4 100644
--- a/docs/mxdoc.py
+++ b/docs/mxdoc.py
@@ -115,7 +115,7 @@ def build_scala_docs(app):
         '`find native -name "*.jar" | grep "target/lib/" | tr "\\n" ":" `',
         '`find macros -name "*-SNAPSHOT.jar" | tr "\\n" ":" `'
     ])
-    _run_cmd('cd {}; scaladoc `{}` -classpath {} -feature -deprecation'
+    _run_cmd('cd {}; scaladoc `{}` -classpath {} -feature -deprecation; exit 0'
              .format(scala_path, scala_doc_sources, scala_doc_classpath))
     dest_path = app.builder.outdir + '/api/scala/docs'
     _run_cmd('rm -rf ' + dest_path)


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to