Skip to content

Commit 8184986

Browse files
authored
Ignore .so files in linkcheck
1 parent cc8f343 commit 8184986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def setup(app):
181181
r"http://libllvm\.so.*",
182182
r"http://libLLVM\.so.*",
183183
r"http://slang\.so.*",
184+
r"http://[^ ]+\.so.*",
184185
r'https://www\.shadertoy\.com/.*',
185186
]
186187
linkcheck_report_timeouts_as_broken = True

0 commit comments

Comments
 (0)