From e611aa6314b22e3b1f8d920fd666746499afce45 Mon Sep 17 00:00:00 2001
From: Stephen Finucane <sfinucan@redhat.com>
Date: Wed, 19 Apr 2017 10:29:53 +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: I243ca33f5459009f9a9670ec5e0ad67b04760f35
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index 92f7bbb7b0..99201b9e34 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -702,6 +702,7 @@ autodoc_tree_excludes =
     openstackclient/tests/*
 
 [build_sphinx]
+builders = html,man
 all-files = 1
 warning-is-error = 1
 source-dir = doc/source