Skip to content

Commit 9caa1fc

Browse files
committed
Ignore web.archive.org as too unreliable and giving false negatives
1 parent d2ae70a commit 9caa1fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
9292
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
9393
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
94+
# Ignore unreliable sites
95+
r"https://web.archive.org/", # volto
9496
]
9597
linkcheck_anchors = True
9698
linkcheck_timeout = 5

0 commit comments

Comments
 (0)