X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6fc455a5b8c672010ca36e68c9c4386d01679850;hb=57761bbd7896b96ea49e989ddda069fd1f6afd50;hp=925316abfa248333bf07605e24fc4a9ad928c78e;hpb=ce0a5f273573a8f0f736f6b28ddb0c36d5a56fbb;p=transportpce.git diff --git a/docs/conf.py b/docs/conf.py index 925316abf..6fc455a5b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,4 +11,9 @@ ############################################################################## from docs_conf.conf import * +linkcheck_ignore = [ + # Ignore dmaap sample URL + 'https://dmaap-mr:30226', +] +linkcheck_timeout = 300