[docs] Add oracle to linkcheck ignore list (#23422)

This link currently breaks the linter CI.
This commit is contained in:
Kai Fricke 2022-03-23 17:14:52 +00:00 committed by GitHub
parent f91a134dc6
commit 668eade515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,6 +161,7 @@ linkcheck_ignore = [
"https://github.com/serverlessworkflow/specification/blob/main/comparisons/comparison-cadence.md",
# TODO(richardliaw): The following probably needs to be fixed in the tune_sklearn package
"https://scikit-optimize.github.io/stable/modules/",
"https://www.oracle.com/java/technologies/javase-jdk15-downloads.html", # forbidden for client
]
# -- Options for HTML output ----------------------------------------------