From 3512fca87b86f3b4806fa261089c1653572d4e29 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 09:53:03 +0100 Subject: 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1