Skip to content
Snippets Groups Projects
Commit 20e5c3d8 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

I'm removing the -W option temporarily.

I want to compare the full log with the one in my computer
parent 1343eb54
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then
fi
if [ -d ./doc ]; then
run_cmd ./bin/sphinx-build -n -W doc sphinx
run_cmd ./bin/sphinx-build -n doc sphinx
fi
if [ -z "${WHEEL_TAG}" ]; then
......
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