From f19fc307b1955a8c17ca151376586f02557f65b3 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 27 Mar 2017 22:10:39 -0400 Subject: [PATCH] Treat doc build warnings as errors for CI purposes and correctness. --- docs/en_US/Makefile.sphinx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/Makefile.sphinx b/docs/en_US/Makefile.sphinx index 0af55b730..2c4bd410e 100644 --- a/docs/en_US/Makefile.sphinx +++ b/docs/en_US/Makefile.sphinx @@ -4,7 +4,7 @@ # You can set these variables from the command line. PYTHON = python SPHINXOPTS = -SPHINXBUILD = sphinx-build +SPHINXBUILD = sphinx-build -W PAPER = BUILDDIR = _build