We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff6525 commit 5945603Copy full SHA for 5945603
docs/conf.py
@@ -358,6 +358,8 @@ def setup(app: Sphinx) -> Dict[str, Any]:
358
}
359
360
361
+# -- linkcheck options ---------------------------------------------------------
362
+
363
linkcheck_anchors_ignore = [
364
# match any anchor that starts with a '/' since this is an invalid HTML anchor
365
r"\/.*",
@@ -399,3 +401,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
399
401
r"http://www.yahoo.com": "https://www.yahoo.com/",
400
402
r"https://feature-engine.readthedocs.io/": "https://feature-engine.trainindata.com/en/latest/",
403
404
405
+# we have had issues with linkcheck timing and retries on www.gnu.org
406
+linkcheck_retries = 3
407
+linkcheck_timeout = 50
0 commit comments