Ignore ssh:// links in docs-linkcheck 56/93456/2
authorThanh Ha <zxiiro@gmail.com>
Wed, 28 Oct 2020 12:30:59 +0000 (08:30 -0400)
committerThanh Ha <zxiiro@gmail.com>
Wed, 28 Oct 2020 12:48:55 +0000 (08:48 -0400)
Ignore links that are the SSH protocol.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Id458c810b0adf72922d3880b86e5605179ead67c

docs/conf.py

index 6ab0f241824841ad496aadaae0e774175c58ac07..8aa405ebbe0d8f8d35a4b29755e0cd9cb3d8f9df 100755 (executable)
@@ -48,6 +48,8 @@ intersphinx_mapping['odl-carbon'] = ('https://docs.opendaylight.org/en/stable-ca
 
 linkcheck_ignore = [
     'http://localhost',
+    # Ignore ssh:// links from linkcheck
+    'ssh:',
     # Ignore jenkins because it's often slow to respond.
     'https://jenkins.opendaylight.org/releng',
     'https://jenkins.opendaylight.org/sandbox',