We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3990b commit 0f3fdb8Copy full SHA for 0f3fdb8
1 file changed
src/crate/theme/rtd/conf/__init__.py
@@ -175,6 +175,10 @@
175
"https://www.gnu.org/.*",
176
# Temporary failure in name resolution
177
"https://jupysql.ploomber.io/.*",
178
+ # Sporadic CERTIFICATE_VERIFY_FAILED errors.
179
+ # https://github.com/crate/crate-docs-theme/issues/706
180
+ r"https://example.com/.*",
181
+ r"https://www.example.com/.*",
182
]
183
linkcheck_anchors_ignore_for_url = [
184
# Requires JavaScript.
0 commit comments