Fix linkcheck

This commit is contained in:
cytopia
2018-08-11 23:24:11 +02:00
parent b0f43a2077
commit 8df3ed5d8f

View File

@ -96,7 +96,8 @@ rst_epilog = """
linkcheck_ignore = [ linkcheck_ignore = [
r'http(s)?://localhost(/)?.*', r'http(s)?://localhost(/)?.*',
r'http(s)?://127\.0\.0\.1(/)?.*', r'http(s)?://127\.0\.0\.1(/)?.*',
r'http(s)?://.+\.loc$' r'http(s)?://.+\.loc$',
r'http(s)?://.+\.loc/.+$'
] ]
linkcheck_retries = 5 linkcheck_retries = 5
linkcheck_timeout = 60 linkcheck_timeout = 60