Update release in docs/conf.yaml
[transportpce.git] / docs / conf.py
index 6fc455a5b8c672010ca36e68c9c4386d01679850..24e2e6d0a651e806a480bde8f48fc399e8dbeecb 100644 (file)
@@ -14,6 +14,9 @@ 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'
 ]
 linkcheck_timeout = 300
-