Do not check 127.0.0.1 links

This commit is contained in:
Ayaz Salikhov
2023-02-10 20:57:21 +04:00
parent 8b87f08fd1
commit db35f7652a

View File

@@ -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 = {