From e2e87824051d3a6a3fc66d4af35dea52b531a230 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 5 Jun 2017 21:51:48 -0400 Subject: Do more retries in linkcheck because NIST websites are down a lot (#3683) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4539d48c..80ac59fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,7 +176,7 @@ epub_theme = 'epub' # Retry requests in the linkcheck builder so that we're resillient against # transient network errors. -linkcheck_retries = 2 +linkcheck_retries = 5 linkcheck_ignore = [ # Certificate is issued by a Japanese CA that isn't publicly trusted -- cgit v1.2.3