From 64fe476429bd3e872a701bb6b38012c4a5141f0b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 16 Mar 2017 16:51:54 +0000 Subject: [PATCH] Use Sphinx 1.5 warning-is-error This will ensure doc warnings don't make their way in. Change-Id: I7ebba63f7d751cfb335cd39c2790250b6aa035dd --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3c2373b..9725260 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,7 @@ cliff.formatter.completion = [build_sphinx] -all_files = 1 +all-files = 1 +warning-is-error = 1 build-dir = doc/build source-dir = doc/source