We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ae70a commit 9caa1fcCopy full SHA for 9caa1fc
docs/conf.py
@@ -91,6 +91,8 @@
91
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
92
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
93
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
96
]
97
linkcheck_anchors = True
98
linkcheck_timeout = 5
0 commit comments