diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 39fa4f18..b152bf11 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 = 5 +linkcheck_retries = 10 linkcheck_ignore = [ # Small DH key results in a TLS failure on modern OpenSSL |