From 3300d1dcdd8583f95743f022d8c38ec04fd52ed6 Mon Sep 17 00:00:00 2001 From: Ty Janoski Date: Fri, 13 Mar 2026 14:39:46 -0400 Subject: [PATCH] Ignore bot-blocked links in myst link checker Add error_rules to myst.yml to suppress link-resolve failures for domains that return 403/429 to CI but are valid for human users, fixing the nightly build failure. Co-Authored-By: Claude Sonnet 4.6 --- myst.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/myst.yml b/myst.yml index a48630ac2..459297592 100644 --- a/myst.yml +++ b/myst.yml @@ -33,6 +33,14 @@ project: - file: notebooks/ch3_TXfloods.ipynb - file: notebooks/bnf-mrms-qpe-hourly.ipynb - file: notebooks/ch4_realtimeData.ipynb + error_rules: + - rule: link-resolves + severity: ignore + keys: + - 'https://journals.ametsoc.org/**' + - 'https://www.noaa.gov/**' + - 'https://mrms.nssl.noaa.gov/**' + - 'https://github.com/ARM-Development/**' jupyter: binder: repo: projectpythia/mrms-cookbook