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 506c146 commit a5c50d6Copy full SHA for a5c50d6
1 file changed
conf.py
@@ -87,17 +87,11 @@
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
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
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',
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