From 869c4f0bf883072bca486fc74e518c15e1feba62 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Tue, 5 Aug 2025 09:41:56 +0200 Subject: [PATCH] Disable linkcheck for dx.doi.org --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ccfd6a85..198fb8c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -270,5 +270,6 @@ def do_not_plot(*args, **kwargs): r'https?://github\.com/.*?/blob/[a-f0-9]+/.+?#', # Linkcheck seems to be denied access by some DOI resolvers. # Since DOIs are supposed to be permanent, we don't need to check them.' - r'https://doi\.org/', + r'https?://doi\.org/', + r'https?://dx\.doi\.org/', ]