Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
stop gap fix to let website builds through; scaladoc fix pending (#13298
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aaronmarkham authored and indhub committed Nov 16, 2018
1 parent c78f89f commit d73e4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mxdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d73e4df

Please sign in to comment.