Fix linkcheck

This commit is contained in:
cytopia 2018-08-11 23:24:11 +02:00
parent b0f43a2077
commit 8df3ed5d8f
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

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