From: guillaume.lambert Date: Fri, 2 Feb 2024 12:29:57 +0000 (+0100) Subject: Fix tox wiki dead URL false positives in CI X-Git-Tag: 9.0.0~55 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=7a048218cda47fd274d3e9d9b1fcae730107738d Fix tox wiki dead URL false positives in CI Signed-off-by: guillaume.lambert Change-Id: I33ad8e4b482ea5c5249b138e25c150004263bf98 --- 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' ]