From 961edd9f87ba92a354a723a9049fa019f9f91fdd Mon Sep 17 00:00:00 2001 From: "michael.lueken" Date: Wed, 11 Dec 2024 16:51:50 +0000 Subject: [PATCH] [pw-azure-bug-fix] Add redirect for https://mrms.ncep.noaa.gov in doc/conf.py --- doc/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 77e74727dc..a490a0df4d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -125,6 +125,8 @@ r"https://sso\.noaa\.gov\:443/openam/SSORedirect/metaAlias/noaa\-online/idp\?SAMLRequest\=.*", r"https://github\.com/ufs-community/ufs\-srweather\-app/issues/.*": r"https://github\.com/login\?return\_to\=https.*", + r"https://mrms\.ncep\.noaa\.gov/data/": + r"https://mrms\.ncep\.noaa\.gov", }