We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f76cc7e + 1b9e633 commit 6bbbaa8Copy full SHA for 6bbbaa8
source/conf.py
@@ -156,6 +156,10 @@
156
r"https://click\.palletsprojects\.com/.*",
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