diff --git a/docs/conf.py b/docs/conf.py index 571d3bc5..f33809da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,4 +69,6 @@ linkcheck_ignore = [ # Anchors are picked up as broken r"https://docs.mautic.org/policies/financial-policy#10-foreign-assets-control", + # The GitHub Search UI requires users to be authenticated with session cookies, which we can't set up programmatically + r"https://github.com/search*", ] \ No newline at end of file