From aa90c0a3707d53be89f3c61a0de6eb10c4d81a0a Mon Sep 17 00:00:00 2001 From: kasra Date: Fri, 5 Jan 2024 17:53:30 +0330 Subject: [PATCH] Ignore matrix badges in ci linkcheck-docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 1f8491603..7e886590f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,6 +54,7 @@ linkcheck_ignore = [ r"^https://matrix\.to/#", + r"^https://img.shields.io/matrix", ] suppress_warnings = ["myst.xref_missing"]