Skip to content

Commit

Permalink
Fix linkcheck failing (#3229)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Feb 26, 2024
1 parent 57783e3 commit ed447c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
for i in (
r"https://github.com/tox-dev/tox/issues/new?title=Trouble+with+development+environment",
r"https://www.unix.org/version2/sample/abort.html",
r"https://porkbun.com/", # has captcha on it that makes it return with 405
)
]
extlinks_detect_hardcoded_links = True
Expand Down

0 comments on commit ed447c4

Please sign in to comment.