From cdcc91b9b342f0d702dd1809cfaf279146f7d31d Mon Sep 17 00:00:00 2001
From: Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
Date: Sun, 26 Mar 2017 11:10:25 +0200
Subject: [PATCH] [sphinx] Added the `-W` bob.extension#36

---
 gitlab/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab/build.sh b/gitlab/build.sh
index 10cfb63..3af02af 100755
--- a/gitlab/build.sh
+++ b/gitlab/build.sh
@@ -20,7 +20,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then
 fi
 
 if [ -d ./doc ]; then
-  run_cmd ./bin/sphinx-build doc sphinx
+  run_cmd ./bin/sphinx-build -W doc sphinx
 fi
 
 if [ -z "${WHEEL_TAG}" ]; then
-- 
GitLab