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: I4f960757d84a3d958caa2bef8e913b4f5dd01ccd
This commit is contained in:
Stephen Finucane 2017-04-19 09:56:35 +01:00
parent 6c8a32c6de
commit 25a29b7337

View File

@ -23,6 +23,7 @@ packages =
mistralclient
[build_sphinx]
builders = html,man
source-dir = doc/source
build-dir = doc/build
all_files = 1