From 1b09196a17a801f142e3a2256152250b70fff6aa Mon Sep 17 00:00:00 2001 From: "michael.lueken" Date: Mon, 2 Dec 2024 09:53:15 -0600 Subject: [PATCH] [fix-pw-vx-issue] Add https://readthedocs.org/projects/ufs-srweather-app to the linkcheck_ignore list to get around 403 client error --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index e8f15567d..77e74727d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,6 +103,7 @@ linkcheck_ignore = [r'https://www\.intel\.com/content/www/us/en/docs/cpp\-compiler/developer\-guide\-reference/2021\-10/thread\-affinity\-interface\.html', r'https://www\.intel\.com/content/www/us/en/developer/tools/oneapi/hpc\-toolkit\-download\.html', r'https://glossary.ametsoc.org/.*', + r'https://readthedocs.org/projects/ufs-srweather-app/', ] # Ignore anchor tags for SRW App data bucket. Shows Not Found even when they exist.