From 4d9473325dde5c5fbdd876d41935f1c24418b340 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Wed, 5 Dec 2018 21:38:14 -0800 Subject: [PATCH] add warning as error option for docs pipeline --- ci/docker/runtime_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index a1607665f4bb..f29ff7fcfa70 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1137,7 +1137,7 @@ deploy_docs() { set -ex pushd . - make docs -W + make docs SPHINXOPTS=-W popd }