summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-03-16 16:53:33 +0000
committerStephen Finucane <sfinucan@redhat.com>2017-03-28 16:53:58 +0100
commitf45aa9079d0f24467af3da3f0023ceef267ee7ad (patch)
tree60caaff3493801da091508a00d678dbbf57d4f1f /setup.cfg
parent70170656fd4d3c8020391354b13dca63e9e024d1 (diff)
downloadpython-openstackclient-f45aa9079d0f24467af3da3f0023ceef267ee7ad.tar.gz
Use Sphinx 1.5 warning-is-error
This will ensure doc warnings don't make their way in. Change-Id: I9a007ad89f3a2219feb960fee858bf70c1643416
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 cadbe72d..3bd484ce 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -696,9 +696,10 @@ autodoc_tree_excludes =
openstackclient/tests/*
[build_sphinx]
+all-files = 1
+warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
-all_files = 1
[upload_sphinx]
upload-dir = doc/build/html