mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-16 22:42:57 +00:00
Do not check 127.0.0.1 links
This commit is contained in:
@@ -59,7 +59,7 @@ myst_heading_anchors = 3
|
||||
linkcheck_ignore = [
|
||||
r".*github\.com.*#", # javascript based anchors
|
||||
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64&os=linux", # only works for users with permissions to change runners
|
||||
r"http://127\.0\.0\.1:49153/.*", # example
|
||||
r"http://127\.0\.0\.1:.*", # various examples
|
||||
]
|
||||
|
||||
linkcheck_allowed_redirects = {
|
||||
|
Reference in New Issue
Block a user