From 3a1457fc596c40e21114d3c3555800cef33a974e Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 9 Feb 2026 14:54:22 -0800 Subject: [PATCH] Temporarily disable link checking We'll follow up with a PR to enable lychee --- doc/netlify.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/netlify.toml b/doc/netlify.toml index 46c2151d..e781badc 100644 --- a/doc/netlify.toml +++ b/doc/netlify.toml @@ -28,9 +28,3 @@ (cd ../.. && ln -s repo scientific-python-hugo-theme) && \ (cd .. && make ${BUILD_TARGET}) """ - -[[plugins]] - package = "netlify-plugin-checklinks" - - [plugins.inputs] - skipPatterns = ['https://fonts.gstatic.com', 'https://fonts.googleapis.com', 'https://cdn.jsdelivr.net', 'https://cdnjs.cloudflare.com']