Skip to content

Commit e119d2d

Browse files
committed
linkcheck ignore figshare
1 parent 760b941 commit e119d2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@
158158
]
159159
# A list of regular expressions that match URIs that should not be checked
160160
linkcheck_ignore = [
161-
"https://opensource.org/license/bsd-3-clause/", # to avoid odd 403 error
161+
# to avoid odd 403 client errors
162+
"https://opensource.org/license/bsd-3-clause/",
163+
"https://figshare.com/ndownloader/files/53674187",
162164
]
163165

164166
myst_url_schemes = {

0 commit comments

Comments
 (0)