diff --git a/docs/conf.py b/docs/conf.py index 401d56c6ef..7d0bc69f39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,6 +121,10 @@ r"https://www\.miniwebtool\.com/django-secret-key-generator/", # seems to block the requests user agent ] +linkcheck_anchors_ignore_for_url = [ + r"https://.*github.*", +] + extlinks = { "backend": ("https://github.com/open-formulieren/open-forms/issues/%s", "#%s"), "sdk": ("https://github.com/open-formulieren/open-forms-sdk/issues/%s", "#%s"),