From 20e5c3d81e2ff24dc52beb4e8c3ec8c5c31d1fe1 Mon Sep 17 00:00:00 2001
From: Tiago PEREIRA <tiago.pereira@idiap.ch>
Date: Fri, 30 Sep 2016 23:28:50 +0200
Subject: [PATCH] I'm removing the -W option temporarily. I want to compare the
 full log with the one in my computer

---
 gitlab/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 gitlab/build.sh

diff --git a/gitlab/build.sh b/gitlab/build.sh
old mode 100755
new mode 100644
index 70152e7..a1c2fe1
--- 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 -W doc sphinx
+  run_cmd ./bin/sphinx-build -n doc sphinx
 fi
 
 if [ -z "${WHEEL_TAG}" ]; then
-- 
GitLab