diff --git a/docs/source/conf.py b/docs/source/conf.py index be6600f03cb..5dc36bb1d58 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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/*']