Commit 5e66870b by Wei Chen Committed by Tianqi Chen

[DOC]Clear javadoc directory everytime (#1917)

parent 5bb666f2
#!/bin/bash
mkdir -p docs/_build/html
rm -rf docs/_build/html/jsdoc
rm -rf docs/_build/html/javadoc
# remove stale tutorials and always build from scratch.
rm -rf docs/tutorials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment