From 64766146ca30073e7270d630c2141cde2d5867e4 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 25 Feb 2026 15:07:26 +0100 Subject: [PATCH 1/2] Chore: Satisfy link checker by ignoring example.org --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 16dfa8a..84746b4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,6 +41,7 @@ "https://jkalina.carrd.co/", "https://simpleicons.org/", "https://unsplash.com/", + "https://example.org", ] linkcheck_anchors_ignore_for_url = [ # Requires JavaScript. From ce824d9981d0e79b2bd49eb122d9cd1b51b068d5 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 25 Feb 2026 15:09:21 +0100 Subject: [PATCH 2/2] Chore: Satisfy link checker by ignoring docutils.sourceforge.io --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 84746b4..09e205c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,7 @@ "https://simpleicons.org/", "https://unsplash.com/", "https://example.org", + "https://docutils.sourceforge.io/", ] linkcheck_anchors_ignore_for_url = [ # Requires JavaScript.