summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-04-19 09:53:03 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-04-19 09:53:03 +0100
commit3512fca87b86f3b4806fa261089c1653572d4e29 (patch)
tree0686b42449e1b68dc07df79dd4d25615ba9b47e2 /setup.cfg
parent080a8e4d48b0e55296dfca2e5d1f0018edff9314 (diff)
downloadpython-novaclient-3512fca87b86f3b4806fa261089c1653572d4e29.tar.gz
Explicitly set 'builders' option
An upcoming release of pbr will require explicitly stating which builders are requested, rather than defaulting to html and man. Head off any potential impact this may cause by explicitly setting this configuration now. Change-Id: Idfa27bb6b235f8cc4de6d62baf9e9e9a55bae95b
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ef9c9551..5aa68c2b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ console_scripts =
nova = novaclient.shell:main
[build_sphinx]
+builders = html,man
all-files = 1
warning-is-error = 1
source-dir = doc/source