Skip to content

Commit 947955e

Browse files
committed
🧪 Exclude StackOverflow from linkcheck
It seems to be restricting access from GHA.
1 parent 64c8d8e commit 947955e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
r'https://github\.com'
128128
r'/python/cpython/blob/c39b52f/Lib/poplib\.py#user-content-L297-L302',
129129
r'^https://matrix\.to/#', # these render fully on front-end from anchors
130+
r'^https://stackoverflow\.com/', # these generate HTTP 403 Forbidden
130131
]
131132
linkcheck_workers = 25
132133

0 commit comments

Comments
 (0)