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
This commit is contained in:
Stephen Finucane 2017-04-19 10:18:39 +01:00
parent 1a8847b44d
commit eaa5db38d3
1 changed files with 1 additions and 0 deletions

View File

@ -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