mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Fix linkcheck
This commit is contained in:
parent
b0f43a2077
commit
8df3ed5d8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user