Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e3055e

Browse filesBrowse files
Exclude github.com in linkcheck (#1556)
1 parent 3dba230 commit 3e3055e
Copy full SHA for 3e3055e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-11
lines changed

‎conf.py

Copy file name to clipboardExpand all lines: conf.py
+2-11Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,9 @@
8484
r'\/.*',
8585
]
8686

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-
9487
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',
88+
# Checks fail due to rate limits
89+
r'https://github.com/.*',
9990
# The Discourse groups are private unless you are logged in
10091
'https://discuss.python.org/groups/staff',
10192
'https://discuss.python.org/groups/moderators',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.