From eaa5db38d301ad34a37ec098b70bfa74c5e9f803 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 10:18:39 +0100 Subject: [PATCH] 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: Ia04058232a839c4eaf2c85849e8b71879ae414e7 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 92476e6..15be89b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -148,6 +148,7 @@ openstack.dns.v2 = dns_quota_reset = designateclient.v2.cli.quotas:ResetQuotasCommand [build_sphinx] +builders = html,man all_files = 1 build-dir = doc/build source-dir = doc/source