From 34aef63639b91eb934bc6e28cc46b93de766eb44 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 2 Jul 2017 19:23:09 +0200 Subject: [PATCH] Tread Sphinx warnings as errors Set this to not introduce any warnings. Change-Id: Ia17b24e612d155adb17df107135c3c44e457a9ae --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 88cc9bb..e6abc7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,6 +87,7 @@ openstack.rating.v1 = source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [upload_sphinx] upload-dir = doc/build/html