diff options
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
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/", |