Skip to content

Commit

Permalink
Add link exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 4, 2024
1 parent fbbf3a2 commit b8bcddc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
linkcheck_ignore = [
# Anchors are picked up as broken
r"https://docs.mautic.org/policies/financial-policy#10-foreign-assets-control",
]

0 comments on commit b8bcddc

Please sign in to comment.