From 1096e06c2d9300658d702a7167b4ccf960992006 Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Wed, 21 Dec 2011 02:23:26 +0100 Subject: set linkcheck_timeout to very large, to prevent timeouts on the CI. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 0a9fe068..78534ac3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,3 +224,5 @@ html_static_path = [] #man_pages = [ # () #] + +linkcheck_timeout = 120 # seconds, set to extra large value for link_checks -- cgit v1.2.3