Fix tox wiki dead URL false positives in CI 23/110123/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 2 Feb 2024 12:29:57 +0000 (13:29 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Fri, 2 Feb 2024 12:30:20 +0000 (13:30 +0100)
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I33ad8e4b482ea5c5249b138e25c150004263bf98

docs/conf.py

index 0eae088536aa042748898abbfc46033b1e264919..24e2e6d0a651e806a480bde8f48fc399e8dbeecb 100644 (file)
@@ -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'
 ]