We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1246fbe commit 1b9e633Copy full SHA for 1b9e633
source/conf.py
@@ -157,6 +157,9 @@
157
r"https://typer\.tiangolo\.com/.*",
158
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/.*",
163
]
164
linkcheck_retries = 5
165
# Ignore anchors for common targets when we know they likely won't be found
0 commit comments