Skip to content

Commit

Permalink
conf.py: Add mpich commit URL to linkcheck ignore list
Browse files Browse the repository at this point in the history
Problem: A linked mpich commit gets "406 Client not acceptable for URL"
during linkcheck.

Add this URL to the ignore list.
  • Loading branch information
grondo committed Aug 19, 2024
1 parent 33c7e24 commit b62a397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
linkcheck_ignore = [
"https://help.github.com/en/pull-requests", # 403 Forbidden
r"https://blog\.twitter\.com/.*", # 403 Forbidden
r"https://github.com/pmodels/mpich/commit/.*", # 406 client not acceptable
]


Expand Down

0 comments on commit b62a397

Please sign in to comment.