From 25a29b733742c56a0762e9e312e5b89ac7184fe7 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 09:56:35 +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: I4f960757d84a3d958caa2bef8e913b4f5dd01ccd --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b2367b50..fdad221c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,7 @@ packages = mistralclient [build_sphinx] +builders = html,man source-dir = doc/source build-dir = doc/build all_files = 1