Skip to content

Commit 920c1d3

Browse files
committed
Add more links to ignore in linkcheck
1 parent 608f286 commit 920c1d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,16 @@
381381
'user': (f'{github_sponsors_url}/%s', '@'), # noqa: WPS323
382382
}
383383

384+
linkcheck_anchors = False
385+
384386
linkcheck_ignore = [
385387
"http://localhost:\d+",
386388
# Ignoring these links as they will redirect to login page if folks haven't logged in.
387389
"https://github.com/pypa/packaging-problems/issues/new?/*",
388390
"https://console.cloud.google.com/bigquery/*",
391+
"https://console.developers.google.com/apis/library/bigquery-json.googleapis.com",
392+
"https://test.pypi.org/manage/account/#api-tokens",
393+
"https://pypi.org/manage/account/#api-tokens",
389394
# This shows that PyPI previously hosted at pypi.python.org
390395
"https://pypi.python.org",
391396
# Weblate has different UI for different languages

0 commit comments

Comments
 (0)