Skip to content

Commit eb73c32

Browse files
committed
Add stack overflow to linkcheck ignore list
1 parent 4c86169 commit eb73c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
# Temporarily ignored. Ref:
108108
# https://github.com/pypa/packaging.python.org/pull/1308#issuecomment-1775347690
109109
"https://www.breezy-vcs.org/*",
110+
# Blocked due to https://github.com/pypa/packaging.python.org/pull/1474
111+
"https://stackoverflow.com/*",
110112
]
111113
linkcheck_retries = 5
112114
# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from

0 commit comments

Comments
 (0)