From: Guillaume Lambert Date: Mon, 14 Jun 2021 08:55:57 +0000 (+0200) Subject: Check Silicon official page in docs-linkcheck X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=8abff200927cc79a0568134f94e4868adc167e1b;p=docs.git Check Silicon official page in docs-linkcheck The Si official page has been published and should not be ignored by docs-linkcheck anymore. Signed-off-by: Guillaume Lambert Change-Id: I910fd5733714a66a78e4309d17f7016ca25175c2 --- diff --git a/docs/conf.py b/docs/conf.py index cb9acd9b4..ab4590aa8 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,8 +69,6 @@ linkcheck_ignore = [ # Ignore IETF URLs often not reachable from Jenkins minions # because of hosting connectivity issues '^http[s]://tools.ietf.org/html/.*', - # pending release -- to remove once published - 'https://www.opendaylight.org/current-release-silicon', ] linkcheck_timeout = 300