Skip to content

Commit 3e3055e

Browse files
Exclude github.com in linkcheck (#1556)
1 parent 3dba230 commit 3e3055e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

conf.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,9 @@
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-
9487
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/.*',
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',

0 commit comments

Comments
 (0)