Skip to content

Commit ba4d972

Browse files
authored
Merge branch 'main' into bot/update-uv-build-version
2 parents 3f10d6e + 6bbbaa8 commit ba4d972

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)