Skip to content

Commit a5c50d6

Browse files
Update conf.py
1 parent 506c146 commit a5c50d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,11 @@
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
8989
linkcheck_anchors_ignore_for_url = [
90-
# GitHub
91-
r'https://github.com/.*',
9290
]
9391

9492
linkcheck_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',

0 commit comments

Comments
 (0)