Skip to content

Commit

Permalink
conf.py: ignore blog.twitter.com in linkcheck
Browse files Browse the repository at this point in the history
Problem: Access to https://blog.twitter.com gets 403 Forbidden with
`make linkcheck` in CI.

Add this URL to the ignore list for linkcheck.
  • Loading branch information
grondo committed Aug 6, 2024
1 parent c5b056e commit 6585b5a
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 @@ -65,6 +65,7 @@

linkcheck_ignore = [
"https://help.github.com/en/pull-requests", # 403 Forbidden
r"https://blog\.twitter\.com/.*", # 403 Forbidden
]


Expand Down

0 comments on commit 6585b5a

Please sign in to comment.