From fe345270ac8583f00c3e71af5f76c62979a1a915 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 19 Sep 2024 23:43:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Temporarily=20ignore=20PyPI=20UR?= =?UTF-8?q?L=20check=20in=20Sphinx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TODO: revert this commit ASAP --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index d4f1c4d0..bdc14534 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -158,6 +158,9 @@ r'https://github\.com(/[^/]+){2}/actions', # 404 if no auth r'^https://chat\.ansible\.im/#', # these render fully on front-end r'^https://matrix\.to/#', # these render fully on front-end from anchors + + # temporary ignores: + f'https://pypi.org/p/{project}', ] linkcheck_workers = 25