Explicitly set 'builder' 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: Iabdcfaef48af2b4a8f82444b122902c3187d56e6
This commit is contained in:
Stephen Finucane 2017-04-19 09:58:16 +01:00
parent 5d0b4bdc6e
commit b95a20d005

View File

@ -37,6 +37,7 @@ keystoneauth1.plugin =
noauth = cinderclient.contrib.noauth:CinderNoAuthLoader
[build_sphinx]
builder = html man
all-files = 1
warning-is-error = 1
source-dir = doc/source