From 38a0d01e598e0f656196723e4bb04a5c8ea71118 Mon Sep 17 00:00:00 2001
From: Tiago de Freitas Pereira <tiago.pereira@idiap.ch>
Date: Wed, 15 Mar 2017 10:05:41 +0100
Subject: [PATCH] Temporally removed the `-W` bob.nightlies#26

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

diff --git a/gitlab/build.sh b/gitlab/build.sh
index 3af02af..10cfb63 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 -W doc sphinx
+  run_cmd ./bin/sphinx-build doc sphinx
 fi
 
 if [ -z "${WHEEL_TAG}" ]; then
-- 
GitLab