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