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