From 85742ae51f512da941adb11648751c82f9367c7d Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 21 Feb 2024 14:46:20 -0700 Subject: [PATCH] MNT: Skip checking Stack Overflow link (Fixes #3400) This is getting a 403 on GHA. --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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