Skip to content

Commit

Permalink
expect scala v2.12.6; fix apache#12373
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Sep 26, 2018
1 parent ce6525a commit ae6b7b1
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 @@ -113,7 +113,7 @@ def build_scala_docs(app):
dest_path = app.builder.outdir + '/api/scala/docs'
_run_cmd('rm -rf ' + dest_path)
_run_cmd('mkdir -p ' + dest_path)
scaladocs = ['index', 'index.html', 'org', 'lib', 'index.js', 'package.html']
scaladocs = ['index.html', 'org', 'lib', 'index.js']
for doc_file in scaladocs:
_run_cmd('cd ' + scala_path + ' && mv -f ' + doc_file + ' ' + dest_path)

Expand Down

0 comments on commit ae6b7b1

Please sign in to comment.