Skip to content

Commit

Permalink
🩹 Temporarily ignore PyPI URL check in Sphinx
Browse files Browse the repository at this point in the history
TODO: revert this commit ASAP
  • Loading branch information
webknjaz committed Sep 24, 2024
1 parent 8038cdd commit fe34527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fe34527

Please sign in to comment.