summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-04-19 10:25:50 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-04-19 10:25:50 +0100
commitbd4214592334ecb67dd6da6c385bd4927419b4fd (patch)
treed45bf9cd3fd84896bee87c1639370b181c7858fd /setup.cfg
parent92f97576f3e7888461c8c0fd72c93e8b7d61d455 (diff)
downloadpython-glanceclient-bd4214592334ecb67dd6da6c385bd4927419b4fd.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: I94098478dd80fd8c41f63d192422c6240f3cd92a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7bb99f2..2c3a5a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,6 +34,7 @@ console_scripts =
glance = glanceclient.shell:main
[build_sphinx]
+builders = html,man
source-dir = doc/source
build-dir = doc/build
all_files = 1