From 796060b8a00da8a6b3055249b8055604e230c8c6 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 28 Sep 2016 13:26:55 +0200 Subject: [PATCH] Be picky about sphinx doc generation --- gitlab/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/build.sh b/gitlab/build.sh index a31680a..70152e7 100755 --- 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 doc sphinx + run_cmd ./bin/sphinx-build -n -W doc sphinx fi if [ -z "${WHEEL_TAG}" ]; then -- GitLab