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: I6983a5a988d8a595f2ab75580147da2e920ae030
This commit is contained in:
Stephen Finucane 2017-04-19 10:35:49 +01:00
parent c7ab7c5677
commit c40d37c317
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ tag_date = 0
tag_svn_revision = 0
[build_sphinx]
builders = html,man
all_files = 1
build-dir = doc/build
source-dir = doc/source