From 81b098885455c61e3708e5a5fe7ab2b57762d795 Mon Sep 17 00:00:00 2001 From: Drew Camron Date: Mon, 23 Dec 2024 15:02:46 -0700 Subject: [PATCH] Add Wiley DOI to ignore --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index f0d500c8f7..baaf08a764 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -455,6 +455,7 @@ # Couldn't fix these 403's with user agents r'https://doi\.org/10\.1029/2010GL045777', r'https://doi\.org/10\.1098/rspa\.2004\.1430', + r'https://doi\.org/10\.1002/qj\.3899', # Currently giving certificate errors on GitHub r'https://library.wmo.int/.*', # For some reason GHA gets a 403 from Stack Overflow