Merge "Drop the service name from ODU connection name"
[transportpce.git] / docs / conf.py
index 925316abfa248333bf07605e24fc4a9ad928c78e..0eae088536aa042748898abbfc46033b1e264919 100644 (file)
 ##############################################################################
 
 from docs_conf.conf import *
-
+linkcheck_ignore = [
+    # Ignore dmaap sample URL
+    'https://dmaap-mr:30226',
+    # 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