From 36e4708ad34f03a9ca655ce1d353268c576c6fbe Mon Sep 17 00:00:00 2001 From: Tiago PEREIRA <tiago.pereira@idiap.ch> Date: Sat, 1 Oct 2016 18:19:30 +0200 Subject: [PATCH] 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 --- gitlab/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index a1c2fe1..6d45957 100644 --- a/gitlab/build.sh +++ b/gitlab/build.sh @@ -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 -- GitLab