From 7f5e3ef7f8f427c53bc0010af3c09a89707a32c9 Mon Sep 17 00:00:00 2001 From: Darragh Bailey Date: Wed, 9 Dec 2015 14:19:09 +0000 Subject: [PATCH] Remove linkcheck from sphinx builders list in config With the inclusion of a separate job to execute the sphinx linkcheck module, there is no need to run it as part of the docs job every time. Change-Id: I80b31a2f5c7bb11a19985c726724b351a7f9e727 Depends-On: I7526b737523249b07defc03f19998c8f615bdddb --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c8792b816..841bbccc4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,6 @@ all_files = 1 build-dir = doc/build source-dir = doc/source -builders = html,man,linkcheck [metadata] name = jenkins-job-builder