mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[docs] Add oracle to linkcheck ignore list (#23422)
This link currently breaks the linter CI.
This commit is contained in:
parent
f91a134dc6
commit
668eade515
1 changed files with 1 additions and 0 deletions
|
@ -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 ----------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue