X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=ed284d5097b7eafa304804355d49d71c9bb640ee;hb=006211075f14e4e04edd71f2dd10d01aaa645f38;hp=925316abfa248333bf07605e24fc4a9ad928c78e;hpb=00c548e0ab75f78090291734639191aea9bfa983;p=transportpce.git diff --git a/docs/conf.py b/docs/conf.py index 925316abf..ed284d509 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,4 +11,11 @@ ############################################################################## 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