From bd4214592334ecb67dd6da6c385bd4927419b4fd Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 10:25:50 +0100 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7bb99f2..2c3a5a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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