From c40d37c3171402bb32dee9b7b038366bdc99f4ff Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 19 Apr 2017 10:35:49 +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: I6983a5a988d8a595f2ab75580147da2e920ae030 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f345b8daae..df40e0a58f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,7 @@ tag_date = 0 tag_svn_revision = 0 [build_sphinx] +builders = html,man all_files = 1 build-dir = doc/build source-dir = doc/source