From: guillaume.lambert Date: Fri, 9 Apr 2021 12:16:36 +0000 (+0200) Subject: Improve docs/conf.py X-Git-Tag: 4.0.0~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=57761bbd7896b96ea49e989ddda069fd1f6afd50;hp=ce0a5f273573a8f0f736f6b28ddb0c36d5a56fbb;p=transportpce.git Improve docs/conf.py - increase docs-linkcheck timeout - ignore dmaap sample URL JIRA: TRNSPRTPCE-406 Signed-off-by: guillaume.lambert Change-Id: I5611872ef34e4eca30705b6d3cc6df73138ca0e2 --- 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