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: I06850630c9e85811a09f8464060728679c093dbf
This commit is contained in:
Stephen Finucane 2017-04-19 10:32:39 +01:00 committed by Dougal Matthews
parent 846f087ea4
commit 1e260a1c86
1 changed files with 1 additions and 0 deletions

View File

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