Skip to content

Commit 300c26a

Browse files
authored
Merge pull request #260 from scipp/fix-links
Disable linkcheck for dx.doi.org
2 parents d5cfc30 + 869c4f0 commit 300c26a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,6 @@ def do_not_plot(*args, **kwargs):
270270
r'https?://github\.com/.*?/blob/[a-f0-9]+/.+?#',
271271
# Linkcheck seems to be denied access by some DOI resolvers.
272272
# Since DOIs are supposed to be permanent, we don't need to check them.'
273-
r'https://doi\.org/',
273+
r'https?://doi\.org/',
274+
r'https?://dx\.doi\.org/',
274275
]

0 commit comments

Comments
 (0)