From 8d2c33b766d8dce869e7ba84ff29081f2dce083e Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:47:01 +0100 Subject: [PATCH] FIX: ignore IFIC indico --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 002fee7..ec6d3b0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -87,6 +87,9 @@ } html_title = "Solutions to STRONG2020 HaSP School" linkcheck_anchors = False +linkcheck_ignore = [ + "https://indico.ific.uv.es/event/6803", +] myst_enable_extensions = [ "amsmath", "colon_fence",