Skip to content

Commit 3764f89

Browse files
committed
Link Checker: Ignore unsplash.com. It has been blocked by GitHub.
1 parent fcef8e5 commit 3764f89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/crate/theme/rtd/conf/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,12 @@
163163

164164
# Configure linkchecker
165165
linkcheck_ignore = [
166+
# Well.
167+
"https://example.org/.*",
166168
# Breaks accessibility via JS ¯\_(ツ)_/¯
167169
"https://www.iso.org/obp/ui/.*",
168-
"https://example.org/.*",
170+
# 403 Client Error: Forbidden for url
171+
"https://unsplash.com/.*",
169172
]
170173
linkcheck_retries = 3
171174
linkcheck_timeout = 15

0 commit comments

Comments
 (0)