From 432a7aca973ebfd1fd160c04d48ae3f98d1e7d2f Mon Sep 17 00:00:00 2001 From: msweier Date: Mon, 10 Aug 2026 08:25:43 -0500 Subject: [PATCH] add example domain to doc check --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index e725d12..ae63f28 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,6 +53,7 @@ r"^https://www\.gnu\.org/software/bash/manual/.*", # Was ratelimited r"^https://cwms-cli\.readthedocs\.io/.*$", r"^https://cwms-data\.usace\.army\.mil/cwms-data/regexp/?$", + r"https://example\.mil/.*", # Skip example domains ] # autodoc_mock_imports = ["cwms", "pandas", "requests"]