We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dba230 commit 2c3dfc4Copy full SHA for 2c3dfc4
conf.py
@@ -92,10 +92,12 @@
92
]
93
94
linkcheck_ignore = [
95
+ # Checks fail due to rate limits
96
+ r'https://github.com/.*',
97
# The voters repo is private and appears as a 404
- 'https://github.com/python/voters',
98
+ #'https://github.com/python/voters',
99
# The python-core team link is private, redirects to login
- 'https://github.com/orgs/python/teams/python-core',
100
+ #'https://github.com/orgs/python/teams/python-core',
101
# The Discourse groups are private unless you are logged in
102
'https://discuss.python.org/groups/staff',
103
'https://discuss.python.org/groups/moderators',
0 commit comments