aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-04-20 10:50:12 -0400
committerPaul Ganssle <paul@ganssle.io>2018-04-20 10:59:04 -0400
commitcef6ee948616c897d12383f64b272cfdf9d5dea7 (patch)
tree059ad9231c5a5e8d3548a3aae6ccf6940931b310 /docs
parent04a90b5b73335e95d1c71fe87a77fed3463c77ea (diff)
downloaddateutil-cef6ee948616c897d12383f64b272cfdf9d5dea7.tar.gz
Change linkcheck options
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 79b71f8..c970177 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -264,3 +264,12 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
+
+# -- Link checking options -------------------------------------------------
+linkcheck_ignore = [
+ # This has been spotty lately so we're adding a mirror
+ r'https://pgp.mit.edu',
+]
+
+# Reduce problems with ephemeral failures
+linkcheck_retries = 5