Skip to content

Commit

Permalink
💚 Make docs build pass again by disabling some link checks
Browse files Browse the repository at this point in the history
Can't do much about HTTP 429 errors other than not checking those links.
  • Loading branch information
sergei-maertens committed Dec 21, 2023
1 parent 12bdad3 commit 1fac7ff
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 @@ -89,4 +89,5 @@
r"https://gdpr.eu*",
r"https://www\.omg\.org/*", # incredibly unstable domain...
r"https://www\.jccsoftware\.nl/.*", # looks like the requests user agent is blocked...
r"https://hub\.docker\.com/r/.*", # HTTP 429, presumably docker hub is blocking/limiting Github CI runners
]

0 comments on commit 1fac7ff

Please sign in to comment.