diff --git a/docs/conf.py b/docs/conf.py index 21f60229274..a12f444ceb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -441,7 +441,9 @@ r'https://doi\.org/10\.1029/2010GL045777', r'https://doi\.org/10\.1098/rspa\.2004\.1430', # Currently giving certificate errors on GitHub - r'https://library.wmo.int/.*' + r'https://library.wmo.int/.*', + # For some reason GHA gets a 403 from Stack Overflow + r'https://stackoverflow.com/questions/tagged/metpy' ] # Dictionary of URL redirects allowed