From 745cad5058c8d7a24e5547614ddb96094e7170ea Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 3 May 2024 12:32:40 +0200 Subject: [PATCH] ignore unpublished schema URLs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4e357d87..55bc5649 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -289,6 +289,7 @@ linkcheck_ignore = [ r"https://github.com/[^/]*$", # too many github usernames / searches in changelog "https://github.com/jupyterhub/jupyterhub/pull/", # too many PRs in changelog "https://github.com/jupyterhub/jupyterhub/compare/", # too many comparisons in changelog + "https://schema.jupyter.org/jupyterhub/.*", # schemas are not published r"https?://(localhost|127.0.0.1).*", # ignore localhost references in auto-links r"https://linux.die.net/.*", # linux.die.net seems to block requests from CI with 403 sometimes # don't check links to unpublished advisories