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: I243ca33f5459009f9a9670ec5e0ad67b04760f35
This commit is contained in:
Stephen Finucane 2017-04-19 10:29:53 +01:00
parent 107cad200a
commit e611aa6314
1 changed files with 1 additions and 0 deletions

View File

@ -702,6 +702,7 @@ autodoc_tree_excludes =
openstackclient/tests/*
[build_sphinx]
builders = html,man
all-files = 1
warning-is-error = 1
source-dir = doc/source