From fc8def9a6fb654650cccc09021b0d45d9290b0b3 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 5 Jan 2017 12:54:50 +1100 Subject: [PATCH] Don't build manpages Building the manpages is a (small) waste of resources as we don't have any. Set sphinx to only build html artefacts. Change-Id: I390715abbe9467d62cff58391214aa67ab3f28e8 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1e74144b..4d66a2e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,6 +33,7 @@ console_scripts = all_files = 1 build-dir = doc/build source-dir = doc/source +builders = html [pbr] warnerrors = True