Skip to content

Commit

Permalink
[FAB-12647] Add ignore for fabric-shim links
Browse files Browse the repository at this point in the history
Adds an the linkcheck_ignore option for
fabric-shim.github.io URLs.

Change-Id: Ib22a1feee45ecc1f4d73e866a68eccc1f80740f7
Signed-off-by: Jason Clark <jtclark@linux.vnet.ibm.com>
  • Loading branch information
Jason Clark committed Nov 29, 2018
1 parent 759a575 commit 017aa31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,6 @@ def setup(app):

# Increase the linkcheck timeout to 5 seconds
linkcheck_timeout = 5

# Ignore redirects from fabric-shim.github.io
linkcheck_ignore = [r'https://fabric-shim.github.io/*']

0 comments on commit 017aa31

Please sign in to comment.