From a6a000fe4d77ce018b8d4e6775d850d6838fb3ce Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 10:28:48 +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: Iead0890817bd273544c50a56f7fe4acc657fa88c --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e6d3075..efabe0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,6 +36,7 @@ oslo.config.opts = manilaclient.config = manilaclient.config:list_opts [build_sphinx] +builders = html,man all_files = 1 source-dir = doc/source build-dir = doc/build