Skip to content

Commit

Permalink
chore: exclude lego.com from linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Dec 5, 2024
1 parent 38b5d76 commit 523ce3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def canonical_url() -> str:
linkcheck_ignore = [
"https://roverchallenge.eu/", # SSLCertVerificationError
"https://www.kickstarter.com/", # returns 403 for robots
# persistent read time out
"https://www.lego.com/en-us/product/nasa-mars-rover-perseverance-42158",
]


Expand Down

0 comments on commit 523ce3c

Please sign in to comment.