From cf268bb309776d6f6dbae5c0fe0a2ec595b3272f Mon Sep 17 00:00:00 2001 From: Gustaf Hallberg Date: Wed, 21 Oct 2015 22:10:53 +0200 Subject: [PATCH] Longer timeout for linkcheck --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0786e33d..8ef30152 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -180,3 +180,4 @@ linkcheck_ignore = [ #Some sites work in browser but linkcheck fails. r'http://vk.com', r'http://$'] linkcheck_anchors = False #This breaks on links that use # for other stuff +linkcheck_timeout = 30