From ec31fdeb300f6ec2817751a0327b073dd3f29198 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 13 Dec 2016 14:55:46 +0100 Subject: [PATCH] treat warnings as errors in documentation builds --- docs/root/Makefile | 2 +- docs/server/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/root/Makefile b/docs/root/Makefile index 77a0810b..578ec7d6 100644 --- a/docs/root/Makefile +++ b/docs/root/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build diff --git a/docs/server/Makefile b/docs/server/Makefile index 38b7ed1d..649738aa 100644 --- a/docs/server/Makefile +++ b/docs/server/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build