From 0b61f6bb31d3de596453014a6828397e91c88f95 Mon Sep 17 00:00:00 2001 From: Shannon Woods <158105547+swoods-nv@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:55:34 -0400 Subject: [PATCH] Add Shadertoy URL to linkcheck patterns --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 85a108be..cb700d78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -181,6 +181,7 @@ def setup(app): r"http://libllvm\.so.*", r"http://libLLVM\.so.*", r"http://slang\.so.*", + r'https://www\.shadertoy\.com/.*', ] linkcheck_report_timeouts_as_broken = True