Skip to content

Commit 0f3fdb8

Browse files
committed
Link checker: Start ignoring example.org due to certificate errors
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)
1 parent 1d3990b commit 0f3fdb8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/crate/theme/rtd/conf/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"https://www.gnu.org/.*",
176176
# Temporary failure in name resolution
177177
"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/.*",
178182
]
179183
linkcheck_anchors_ignore_for_url = [
180184
# Requires JavaScript.

0 commit comments

Comments
 (0)