From 6f6a981837943713baf4c2f5231f4e1049c6488b Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Fri, 7 Feb 2025 11:45:49 -0600 Subject: [PATCH] ci(docs): ignore crates.io urls Signed-off-by: Callahan Kovacs --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index a7dbdf89a..7cfe114a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,6 +74,8 @@ "https://foo.org/", # GNU's site is a bit unreliable "https://www.gnu.org/.*", + # https://github.com/rust-lang/crates.io/issues/788 + "https://crates.io/", # Ignore releases, since we'll include the next release before it exists. "https://github.com/canonical/[a-z]*craft[a-z-]*/releases/.*", ]