File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 84
84
r'\/.*' ,
85
85
]
86
86
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
-
94
87
linkcheck_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/.*' ,
99
90
# The Discourse groups are private unless you are logged in
100
91
'https://discuss.python.org/groups/staff' ,
101
92
'https://discuss.python.org/groups/moderators' ,
You can’t perform that action at this time.
0 commit comments