Skip to content

Commit e4c2542

Browse files
authored
Remove redundant .so filepaths from linkcheck list
1 parent 8184986 commit e4c2542

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ def setup(app):
178178
linkcheck_ignore = [
179179
r"https://github.com/your-name/.*",
180180
r"http://claude.ai/code",
181-
r"http://libllvm\.so.*",
182-
r"http://libLLVM\.so.*",
183-
r"http://slang\.so.*",
184181
r"http://[^ ]+\.so.*",
185182
r'https://www\.shadertoy\.com/.*',
186183
]

0 commit comments

Comments
 (0)