Change linkcheck options
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 @@
 
 # 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