From 7611ee7a3c5414f5f5308bf830ca75319f8a2263 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 10:27:06 +0100 Subject: 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: I3ebd7d2086a47bcedc6fb35ca90bc1bb6e077250 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3955766..8dad909 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,6 +103,7 @@ setup-hooks = pbr.hooks.setup_hook [build_sphinx] +builders = html,man source-dir = doc/source build-dir = doc/build all_files = 1 -- cgit v1.2.1