From 7a048218cda47fd274d3e9d9b1fcae730107738d Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Fri, 2 Feb 2024 13:29:57 +0100 Subject: [PATCH] Fix tox wiki dead URL false positives in CI Signed-off-by: guillaume.lambert Change-Id: I33ad8e4b482ea5c5249b138e25c150004263bf98 --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0eae08853..24e2e6d0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,6 +14,8 @@ from docs_conf.conf import * linkcheck_ignore = [ # Ignore dmaap sample URL 'https://dmaap-mr:30226', + # LFN CI connectivy issue with tox wiki URL + 'https://tox.wiki', # OpenROADM white paper often has connectivity issues from the Gate 'https://0201.nccdn.net/1_2/000/000/134/c50/Open-ROADM-MSA-release-2-Device-White-paper-v1-1.pdf' ] -- 2.36.6