Skip to content

Commit

Permalink
make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiics committed Mar 20, 2020
1 parent 8f8f4c9 commit 13e60e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/task_sphinx_precheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ find . -type f -path "*.pyc" | xargs rm -f

echo "PreCheck sphinx doc generation WARNINGS.."
cd docs
make clean
TVM_TUTORIAL_EXEC_PATTERN=none make html 2>/tmp/$$.log.txt

grep -v -E "__mro__|RemovedInSphinx|UserWarning|FutureWarning|Keras" < /tmp/$$.log.txt > /tmp/$$.logclean.txt || true
Expand Down

0 comments on commit 13e60e0

Please sign in to comment.