We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608f286 commit 920c1d3Copy full SHA for 920c1d3
1 file changed
source/conf.py
@@ -381,11 +381,16 @@
381
'user': (f'{github_sponsors_url}/%s', '@'), # noqa: WPS323
382
}
383
384
+linkcheck_anchors = False
385
+
386
linkcheck_ignore = [
387
"http://localhost:\d+",
388
# Ignoring these links as they will redirect to login page if folks haven't logged in.
389
"https://github.com/pypa/packaging-problems/issues/new?/*",
390
"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",
394
# This shows that PyPI previously hosted at pypi.python.org
395
"https://pypi.python.org",
396
# Weblate has different UI for different languages
0 commit comments