From dff815b193028add248bac1a02c219c20ca0ca7d Mon Sep 17 00:00:00 2001 From: Sampurna Pyne Date: Fri, 13 Feb 2026 00:58:35 +0530 Subject: [PATCH] Ignore nixos.wiki in linkcheck Signed-off-by: Sampurna Pyne --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5d6099eeb..34deb1dab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,6 +40,7 @@ "https://nvd.nist.gov/products/cpe", "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml", "http://ftp.suse.com/pub/projects/security/yaml/", + r"https://nixos\.wiki/", # NixOS wiki blocks CI bots with 403 ] # Add any Sphinx extension module names here, as strings. They can be