X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=0eae088536aa042748898abbfc46033b1e264919;hb=HEAD;hp=925316abfa248333bf07605e24fc4a9ad928c78e;hpb=9b0fcc9f075c888db989907e9908f127896d07f7;p=transportpce.git diff --git a/docs/conf.py b/docs/conf.py index 925316abf..24e2e6d0a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,4 +11,12 @@ ############################################################################## 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