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