From 0d6ae82a0308956497f20f804b4d0c063311a4f7 Mon Sep 17 00:00:00 2001 From: bparks13 Date: Fri, 29 May 2026 10:35:29 -0400 Subject: [PATCH] Skip checking elifesciences.org link - Link is throwing a 406 error. Might be worth checking if other ignore links could be fixed by changing the user header. --- source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 4d06bfca..7a35d3e6 100644 --- a/source/conf.py +++ b/source/conf.py @@ -239,7 +239,8 @@ 'https://discord.gg/jmnneS85CY', 'https://store-usa.arduino.cc/*', 'https://openbci.com/*', - 'https://ftdichip.com/drivers/d3xx-drivers/' + 'https://ftdichip.com/drivers/d3xx-drivers/', + 'https://elifesciences.org/articles/77772' ] linkcheck_allowed_redirects = {