Skip to content

Commit 5874a49

Browse files
authored
Fix regex pattern
1 parent e4c2542 commit 5874a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def setup(app):
178178
linkcheck_ignore = [
179179
r"https://github.com/your-name/.*",
180180
r"http://claude.ai/code",
181-
r"http://[^ ]+\.so.*",
181+
r"http://[^\.]+\.so.*",
182182
r'https://www\.shadertoy\.com/.*',
183183
]
184184
linkcheck_report_timeouts_as_broken = True

0 commit comments

Comments
 (0)