Skip to content

Commit 4ca98fa

Browse files
authored
Fix linkcheck failures by ignoring 403 URLs (data.mendeley.com, openalex.org)
1 parent 725b95b commit 4ca98fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@
228228
"https://doi.org", # Various errors due to rate-limiting and time outs
229229
"https://elifesciences.org", # 406 Client Error: Not Acceptable
230230
"https://www.biorxiv.org", # 403 Client Error: Forbidden
231+
"https://data.mendeley.com", # 403 Client Error: Forbidden
232+
"https://openalex.org", # 403 Client Error: Forbidden
231233
"https://mousespinal.brain-map.org",
232234
"https://gin.g-node.org", # often down, or throttling many requests
233235
]

0 commit comments

Comments
 (0)