Skip to content

Commit db35f76

Browse files
committed
Do not check 127.0.0.1 links
1 parent 8b87f08 commit db35f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
linkcheck_ignore = [
6060
r".*github\.com.*#", # javascript based anchors
6161
r"https://github\.com/jupyter/docker-stacks/settings/actions/runners/new\?arch=arm64&os=linux", # only works for users with permissions to change runners
62-
r"http://127\.0\.0\.1:49153/.*", # example
62+
r"http://127\.0\.0\.1:.*", # various examples
6363
]
6464

6565
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)