Skip to content

Commit

Permalink
Add domains to linkcheck-anchor ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkratky committed Nov 21, 2024
1 parent 7292016 commit b5b5fca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs-rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@

# A regex list of URLs where anchors are ignored by 'make linkcheck'

linkcheck_anchors_ignore_for_url = [r"https://github\.com/.*"]
linkcheck_anchors_ignore_for_url = [
r"https://github\.com/.*",
r"https://juju\.is/.*",
r"https://matrix\.to/.*",
r"https://registry\.terraform\.io/.*",
]


########################
Expand Down

0 comments on commit b5b5fca

Please sign in to comment.