Skip to content

Commit 6585b5a

Browse files
committed
conf.py: ignore blog.twitter.com in linkcheck
Problem: Access to https://blog.twitter.com gets 403 Forbidden with `make linkcheck` in CI. Add this URL to the ignore list for linkcheck.
1 parent c5b056e commit 6585b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

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

7071

0 commit comments

Comments
 (0)