Skip to content

Commit 4d6afb0

Browse files
authored
Merge pull request #586 from scipp/linkcheck-doi-fix
Fixing last linkcheck error
2 parents 1d691df + e30be18 commit 4d6afb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ def do_not_plot(*args, **kwargs):
290290
'https://github.com/scipp/scipp/pull/[0-9]+',
291291
# This returns '403 Forbidden' but the link works in a browser.
292292
'https://opensource.org/licenses/BSD-3-Clause',
293+
# This returns '403 Forbidden' but the link works in a browser.
294+
'https://doi.org/10.1080/10448639208218770',
293295
]
294296

295297
# -- Options for bibtex ---------------------------------------------------

0 commit comments

Comments
 (0)