summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-03-16 16:51:54 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-03-16 16:54:23 +0000
commit64fe476429bd3e872a701bb6b38012c4a5141f0b (patch)
tree931d7d6fc44bf567041fe141266d64325a522693 /setup.cfg
parent2fe0353d0ad7f2afc87cd85c7dd1e1174112807d (diff)
downloadcliff-64fe476429bd3e872a701bb6b38012c4a5141f0b.tar.gz
Use Sphinx 1.5 warning-is-error2.5.0
This will ensure doc warnings don't make their way in. Change-Id: I7ebba63f7d751cfb335cd39c2790250b6aa035dd
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
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