Skip to content

Commit

Permalink
[Docs] Ignore sphinx warnings from missing "git describe" and sckit-l…
Browse files Browse the repository at this point in the history
…earn versions.
  • Loading branch information
Lunderberg committed Jun 23, 2021
1 parent 0a8d51b commit b5a8aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_sphinx_precheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd docs
make clean
TVM_TUTORIAL_EXEC_PATTERN=none make html 2>&1 | tee /tmp/$$.log.txt

grep -v -E "__mro__|UserWarning|FutureWarning|tensorflow|Keras|pytorch|TensorFlow|403" < /tmp/$$.log.txt > /tmp/$$.logclean.txt || true
grep -v -E "__mro__|UserWarning|FutureWarning|tensorflow|Keras|pytorch|TensorFlow|403|git describe|scikit-learn version" < /tmp/$$.log.txt > /tmp/$$.logclean.txt || true
echo "---------Sphinx Log----------"
cat /tmp/$$.logclean.txt
echo "-----------------------------"
Expand Down

0 comments on commit b5a8aa0

Please sign in to comment.