Skip to content
Snippets Groups Projects
Unverified Commit 27b6812b authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

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

parent fdf795a0
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment