Skip to content

Commit 2230221

Browse files
Merge branch 'main' into translation/source
2 parents e016415 + 6bbbaa8 commit 2230221

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)