From 0fa46999c2f1f99dd3a855275131cd381b7fc9cd Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:21:17 +0200 Subject: [PATCH] MAINT: ignore https://via.placeholder.com timeout errors --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4f5d4a1a..94db96f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -305,6 +305,7 @@ def get_minor_version(package_name: str) -> str: "https://github.com/orgs/ComPWA/projects/6", # private "https://ieeexplore.ieee.org/document/6312940", # 401 "https://open.vscode.dev", + "https://via.placeholder.com", # irregular timeout "https://www.andiamo.co.uk/resources/iso-language-codes", # 443, but works ]