diff --git a/docs/conf.py b/docs/conf.py index cb700d78..8fe683c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -178,9 +178,7 @@ def setup(app): linkcheck_ignore = [ r"https://github.com/your-name/.*", r"http://claude.ai/code", - r"http://libllvm\.so.*", - r"http://libLLVM\.so.*", - r"http://slang\.so.*", + r"http://[^\.]+\.so.*", r'https://www\.shadertoy\.com/.*', ] linkcheck_report_timeouts_as_broken = True