Skip to content

Commit ed447c4

Browse files
authored
Fix linkcheck failing (#3229)
1 parent 57783e3 commit ed447c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
for i in (
7474
r"https://github.com/tox-dev/tox/issues/new?title=Trouble+with+development+environment",
7575
r"https://www.unix.org/version2/sample/abort.html",
76+
r"https://porkbun.com/", # has captcha on it that makes it return with 405
7677
)
7778
]
7879
extlinks_detect_hardcoded_links = True

0 commit comments

Comments
 (0)