diff --git a/docs/conf.py b/docs/conf.py index 658f0416..571d3bc5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,4 +66,7 @@ # Please add links here that do not pass the "make checklinks" check. # A little context on the reason for ignoring is greatly appreciated! -linkcheck_ignore = [] \ No newline at end of file +linkcheck_ignore = [ + # Anchors are picked up as broken + r"https://docs.mautic.org/policies/financial-policy#10-foreign-assets-control", +] \ No newline at end of file