Skip to content

Commit

Permalink
Ignore unsplash for link check
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Dec 16, 2024
1 parent 90f9d1a commit 9adae6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,14 @@ def setup(app: Sphinx) -> Dict[str, Any]:
r"https://www.sphinx-doc.org/en/master/*/.+?#.+?",
# Known broken links in kitchen sink
r"https://source.unsplash.com/.+",
r"https://unsplash.com/.+",
# sample urls
"http://someurl/release-0.1.0.tar-gz",
"http://python.py",
# for whatever reason the Ablog index is treated as broken
"../examples/blog/index.html",
# get a 403 on CI
"https://canvas.workday.com/styles/tokens/type",
"https://unsplash.com/",
]

linkcheck_allowed_redirects = {
Expand Down

0 comments on commit 9adae6d

Please sign in to comment.