Skip to content

Commit

Permalink
[DOCS] Reduce artifcats generated by sphinx gallery (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Apr 2, 2020
1 parent e60003c commit 5b857d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
'subsection_order': subsection_order,
'filename_pattern': os.environ.get("TVM_TUTORIAL_EXEC_PATTERN", ".py"),
'find_mayavi_figures': False,
'download_all_examples': False,
"min_reported_time": 60,
'expected_failing_examples': []
}

Expand Down
1 change: 1 addition & 0 deletions tests/scripts/task_python_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cd ..

rm -rf _docs
mv docs/_build/html _docs
rm -f _docs/.buildinfo

# C++ doc
make doc
Expand Down

0 comments on commit 5b857d3

Please sign in to comment.