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 585ef0a commit 0fc4efeCopy full SHA for 0fc4efe
docs/conf.py
@@ -92,6 +92,8 @@
92
r"https://opensource.org/", # requires auth
93
# Ignore github.com pages with anchors
94
r"https://github.com/.*#.*",
95
+ # Ignore github.com searches
96
+ r"https://github.com/search",
97
# Ignore other specific anchors
98
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
99
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
0 commit comments