From cf5953a5ff9bd5f92b90d4ff997c0ed7614b2926 Mon Sep 17 00:00:00 2001 From: Daksh Bhayana Date: Sun, 1 Jun 2025 18:11:31 +0530 Subject: [PATCH 1/2] Empty Commit to check CI failure From 79793e91b8bfd5bd0327b666a3e36f0c74d47037 Mon Sep 17 00:00:00 2001 From: Daksh Bhayana Date: Sun, 1 Jun 2025 18:38:20 +0530 Subject: [PATCH 2/2] Added specific redhat url to linkcheck_ignore --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index d41db4957..7a05613ea 100644 --- a/source/conf.py +++ b/source/conf.py @@ -146,6 +146,7 @@ "https://pyscaffold.org/*", "https://anaconda.org", "https://www.cisa.gov/sbom", + "https://developers.redhat.com/products/softwarecollections/overview", ] linkcheck_retries = 5 # Ignore anchors for common targets when we know they likely won't be found