From 29548531bf6338c292dbf7964c073287156f4138 Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Mon, 17 Jun 2024 18:51:37 -0700 Subject: [PATCH] Add linkcheck exclusion for allaboutcircuits.com (#2667) --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index f72ff7a7c3..babf0edf6a 100644 --- a/source/conf.py +++ b/source/conf.py @@ -154,6 +154,7 @@ r".*chiefdelphi.com.*", r".*raspberrypi.com.*", r".*stackoverflow.com.*", + r".*allaboutcircuits.com.*", ] # Sets linkcheck timeout in seconds