Skip to content

Commit 2c3dfc4

Browse files
Exclude github.com
1 parent 3dba230 commit 2c3dfc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@
9292
]
9393

9494
linkcheck_ignore = [
95+
# Checks fail due to rate limits
96+
r'https://github.com/.*',
9597
# The voters repo is private and appears as a 404
96-
'https://github.com/python/voters',
98+
#'https://github.com/python/voters',
9799
# The python-core team link is private, redirects to login
98-
'https://github.com/orgs/python/teams/python-core',
100+
#'https://github.com/orgs/python/teams/python-core',
99101
# The Discourse groups are private unless you are logged in
100102
'https://discuss.python.org/groups/staff',
101103
'https://discuss.python.org/groups/moderators',

0 commit comments

Comments
 (0)