aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-06-05 21:51:48 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-06-05 15:51:48 -1000
commite2e87824051d3a6a3fc66d4af35dea52b531a230 (patch)
treed70bb2c5b048596a1f826c1f62691e94c2fa9e77 /docs/conf.py
parent023eccfc044c2f6a377f22fe50227175aca6fb4c (diff)
downloadcryptography-e2e87824051d3a6a3fc66d4af35dea52b531a230.tar.gz
cryptography-e2e87824051d3a6a3fc66d4af35dea52b531a230.tar.bz2
cryptography-e2e87824051d3a6a3fc66d4af35dea52b531a230.zip
Do more retries in linkcheck because NIST websites are down a lot (#3683)
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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