Skip to content

Commit b0c5745

Browse files
committed
Do not check IUCR link
1 parent 0e1f769 commit b0c5745

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,10 @@ def do_not_plot(*args, **kwargs):
291291
r'https?://github\.com/[^/]+/[^/]+\#',
292292
# Many links for PRs from our release notes. Slow and unlikely to cause issues.
293293
'https://github.com/scipp/scipp/pull/[0-9]+',
294-
# This returns '403 Forbidden' but the link works in a browser.
295-
'https://opensource.org/licenses/BSD-3-Clause',
296-
# We get 403 Forbidden for this for some reason; works in a browser, though.
297-
'https://support.orcid.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier',
294+
# These return '403 Forbidden':
295+
r'https://opensource\.org/licenses/BSD-3-Clause',
296+
r'https://support\.orcid\.org/hc/en-us/articles/360006897674-Structure-of-the-ORCID-Identifier',
297+
r'https://www\.iucr\.org',
298298
# Linkcheck seems to be denied access by some DOI resolvers.
299299
# Since DOIs are supposed to be permanent, we don't need to check them.'
300300
r'https://doi\.org/',

0 commit comments

Comments
 (0)