[linkcheck] Remove flaky url (#23549)

This commit is contained in:
Philipp Moritz 2022-03-29 08:36:54 -07:00 committed by GitHub
parent 9a64bd4e9b
commit 005ea36850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,6 +164,7 @@ linkcheck_ignore = [
"https://www.oracle.com/java/technologies/javase-jdk15-downloads.html", # forbidden for client "https://www.oracle.com/java/technologies/javase-jdk15-downloads.html", # forbidden for client
r"https://huggingface.co/*", # seems to be flaky r"https://huggingface.co/*", # seems to be flaky
r"https://www.meetup.com/*", # seems to be flaky r"https://www.meetup.com/*", # seems to be flaky
r"https://www.pettingzoo.ml/*", # seems to be flaky
] ]
# -- Options for HTML output ---------------------------------------------- # -- Options for HTML output ----------------------------------------------