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: I94098478dd80fd8c41f63d192422c6240f3cd92a
This commit is contained in:
Stephen Finucane 2017-04-19 10:25:50 +01:00
parent 92f97576f3
commit bd42145923
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ console_scripts =
glance = glanceclient.shell:main
[build_sphinx]
builders = html,man
source-dir = doc/source
build-dir = doc/build
all_files = 1