Skip to content

Commit 0fc4efe

Browse files
committed
Ignore searches on GitHub as it rate limits and times out.
1 parent 585ef0a commit 0fc4efe

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
@@ -92,6 +92,8 @@
9292
r"https://opensource.org/", # requires auth
9393
# Ignore github.com pages with anchors
9494
r"https://github.com/.*#.*",
95+
# Ignore github.com searches
96+
r"https://github.com/search",
9597
# Ignore other specific anchors
9698
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
9799
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",

0 commit comments

Comments
 (0)