Skip to content

Commit 32f3585

Browse files
committed
Add more links to ignore in linkcheck
1 parent 0c30fba commit 32f3585

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

source/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,14 @@
384384
linkcheck_ignore = [
385385
"http://localhost:\d+",
386386
# Ignoring these links as they will redirect to login page if folks haven't logged in.
387-
"https://github.com/pypa/packaging-problems/issues/new?template=general_issue.yml",
388-
"https://github.com/pypa/packaging-problems/issues/new?template=packaging_tutorial.yml&title=Trouble+with+the+packaging+tutorial&guide=https://packaging.python.org/tutorials/packaging-projects",
387+
"https://github.com/pypa/packaging-problems/issues/new?/*",
388+
"https://console.cloud.google.com/bigquery/*",
389389
# This shows that PyPI previously hosted at pypi.python.org
390390
"https://pypi.python.org",
391391
# Weblate has different UI for different languages
392392
"https://weblate.org/",
393+
# This is an example that showing to folks
394+
"https://test.pypi.org/project/example-pkg-YOUR-USERNAME-HERE",
393395
]
394396

395397
# Example configuration for intersphinx: refer to the Python standard library.

0 commit comments

Comments
 (0)