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

Added -W option, so the warnings will be considered as errors.

Removed `-n` option. There are some issues with the autosummary that I don't know how to solve
parent 20e5c3d8
Branches
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 doc sphinx
run_cmd ./bin/sphinx-build -W doc sphinx
fi
if [ -z "${WHEEL_TAG}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment