8000
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 3e3055eCopy full SHA for 3e3055e
conf.py
@@ -84,18 +84,9 @@
84
r'\/.*',
85
]
86
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
- # 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',
+ # Checks fail due to rate limits
+ r'https://github.com/.*',
99
# The Discourse groups are private unless you are logged in
100
'https://discuss.python.org/groups/staff',
101
'https://discuss.python.org/groups/moderators',
0 commit comments