File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 8787# Check the link itself, but ignore anchors that are added by JS
8888# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_anchors_ignore_for_url
8989linkcheck_anchors_ignore_for_url = [
90- # GitHub
91- r'https://github.com/.*' ,
9290]
9391
9492linkcheck_ignore = [
9593 # Checks fail due to rate limits
9694 r'https://github.com/.*' ,
97- # The voters repo is private and appears as a 404
98- 'https://github.com/python/voters' ,
99- # The python-core team link is private, redirects to login
100- 'https://github.com/orgs/python/teams/python-core' ,
10195 # The Discourse groups are private unless you are logged in
10296 'https://discuss.python.org/groups/staff' ,
10397 'https://discuss.python.org/groups/moderators' ,
You can’t perform that action at this time.
0 commit comments