From f5e357fcc52db5fac525e856619a90701f0993bd Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Tue, 19 Sep 2023 11:53:41 +0200 Subject: [PATCH] CI: disable linkcheck for https://superuser.com (#327) --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f2833c46..c511bea0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,6 +63,8 @@ 'edd23462799ae9052a43cdd045698f78e19dbcaf' ), 'http://emodb.bilderbar.info/start.html', + # This permalink fails from time to time and should never be broken + 'https://superuser.com/a/264406', ] # Ignore package dependencies during building the docs # This fixes URL link issues with pandas and sphinx_autodoc_typehints