Skip to content

Commit fe1be4e

Browse files
committed
Fix broken links
- eLife Sciences returns a 406 error intermittently when running linkcheck during GitHub actions. Exclude these links from testing
1 parent 8378e9d commit fe1be4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@
237237
'https://labstreaminglayer.org/#/',
238238
'https://neuropixelsgroup.slack.com/*#*',
239239
'https://store-usa.arduino.cc/*',
240-
'https://openbci.com/*'
240+
'https://openbci.com/*',
241+
'https://elifesciences.org/articles/*' # Returns a 406 error on GitHub actions
241242
]
242243

243244
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)