File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 8484 r'\/.*' ,
8585]
8686
87- # Check the link itself, but ignore anchors that are added by JS
88- # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_anchors_ignore_for_url
89- linkcheck_anchors_ignore_for_url = [
90- # GitHub
91- r'https://github.com/.*' ,
92- ]
93-
9487linkcheck_ignore = [
95- # The voters repo is private and appears as a 404
96- 'https://github.com/python/voters' ,
97- # The python-core team link is private, redirects to login
98- 'https://github.com/orgs/python/teams/python-core' ,
88+ # Checks fail due to rate limits
89+ r'https://github.com/.*' ,
9990 # The Discourse groups are private unless you are logged in
10091 'https://discuss.python.org/groups/staff' ,
10192 'https://discuss.python.org/groups/moderators' ,
You can’t perform that action at this time.
0 commit comments