Skip to content

Commit 6bbbaa8

Browse files
authored
Merge pull request #1997 from pypa/ww/sf-403
Ignore linkcheck 403s from docutils.sourceforge.io
2 parents f76cc7e + 1b9e633 commit 6bbbaa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
r"https://click\.palletsprojects\.com/.*",
157157
r"https://typer\.tiangolo\.com/.*",
158158
r"https://www.npmjs.com/.*",
159+
r"https://docutils\.sourceforge\.io/.*",
160+
# Temporarily ignored due to expired TLS cert.
161+
# Ref: https://github.com/pypa/packaging.python.org/issues/1998
162+
r"https://blog\.ganssle\.io/.*",
159163
]
160164
linkcheck_retries = 5
161165
# Ignore anchors for common targets when we know they likely won't be found

0 commit comments

Comments
 (0)