From dd9808cc365d1fa9b28c948fac65081a83ad8bdb Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 5 Sep 2023 14:43:03 -0300 Subject: [PATCH] let's skip this one for now --- docs/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8ca29f8c..ee5d388c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -165,3 +165,8 @@ "Miscellaneous", ), ] + +linkcheck_ignore = [ + # TODO: check again in the future + r"https://mmisw.org/ont/ioos/platform", # 2023-09-05 site non-responsive +]