From b5e34e499042a0dce3d60da89169b006fb5cae26 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 May 2019 12:15:44 -0400 Subject: Set a timeout for linkcheck (#4870) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index e57e133e..75fa9fe1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -178,6 +178,8 @@ epub_theme = 'epub' # transient network errors. linkcheck_retries = 10 +linkcheck_timeout = 5 + linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL r"https://info.isl.ntt.co.jp/crypt/eng/camellia/", -- cgit v1.2.3