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
This commit is contained in:
Stephen Finucane 2017-04-19 09:53:03 +01:00
parent 080a8e4d48
commit 3512fca87b
1 changed files with 1 additions and 0 deletions

View File

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