Unverified Commit 5b857d3c by Tianqi Chen Committed by GitHub

[DOCS] Reduce artifcats generated by sphinx gallery (#5208)

parent e60003c2
...@@ -218,6 +218,8 @@ sphinx_gallery_conf = { ...@@ -218,6 +218,8 @@ sphinx_gallery_conf = {
'subsection_order': subsection_order, 'subsection_order': subsection_order,
'filename_pattern': os.environ.get("TVM_TUTORIAL_EXEC_PATTERN", ".py"), 'filename_pattern': os.environ.get("TVM_TUTORIAL_EXEC_PATTERN", ".py"),
'find_mayavi_figures': False, 'find_mayavi_figures': False,
'download_all_examples': False,
"min_reported_time": 60,
'expected_failing_examples': [] 'expected_failing_examples': []
} }
......
...@@ -39,6 +39,7 @@ cd .. ...@@ -39,6 +39,7 @@ cd ..
rm -rf _docs rm -rf _docs
mv docs/_build/html _docs mv docs/_build/html _docs
rm -f _docs/.buildinfo
# C++ doc # C++ doc
make 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