From a755cd5c4be7388a28aebce490c4e508da7908aa Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 18 Oct 2024 12:11:40 +0200 Subject: [PATCH] :pencil: Revert link check ignore json-schema.org doesn't block our link checks anymore. --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d86d344d5f..32c6fe8ce7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,7 +115,6 @@ r"https://stackoverflow\.com/.*", # SO 403s when running on github actions :/ r"https://sequencediagram\.org/index\.html", # anchor are not server side r"https://www\.miniwebtool\.com/django-secret-key-generator/", # seems to block the requests user agent - r"https://json-schema\.org", # reached out to them, but no resolution yet ] extlinks = {