We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760b941 commit e119d2dCopy full SHA for e119d2d
docs/source/conf.py
@@ -158,7 +158,9 @@
158
]
159
# A list of regular expressions that match URIs that should not be checked
160
linkcheck_ignore = [
161
- "https://opensource.org/license/bsd-3-clause/", # to avoid odd 403 error
+ # to avoid odd 403 client errors
162
+ "https://opensource.org/license/bsd-3-clause/",
163
+ "https://figshare.com/ndownloader/files/53674187",
164
165
166
myst_url_schemes = {
0 commit comments