mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-21 08:40:00 +00:00
Fix linkcheck
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user