summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-04-19 10:27:06 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-04-19 10:27:19 +0100
commit7611ee7a3c5414f5f5308bf830ca75319f8a2263 (patch)
tree3216dc648893b81af37e31b7a880b30c2e1a4734
parent31160e2b844f7e3a5143da37c1909e49b396351c (diff)
downloadpython-heatclient-7611ee7a3c5414f5f5308bf830ca75319f8a2263.tar.gz
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
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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