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: I3ebd7d2086a47bcedc6fb35ca90bc1bb6e077250
This commit is contained in:
Stephen Finucane 2017-04-19 10:27:06 +01:00
parent 31160e2b84
commit 7611ee7a3c
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
builders = html,man
source-dir = doc/source
build-dir = doc/build
all_files = 1