Unverified Commit 27b6812b by Tianqi Chen Committed by GitHub

[CI] always rebuild sphinx-gallery docs from scratch (#1742)

parent fdf795a0
#!/bin/bash
mkdir -p docs/_build/html
rm -rf docs/_build/html/jsdoc
# remove stale tutorials and always build from scratch.
rm -rf docs/tutorials
# C++ doc
make doc
......
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