Skip to content

Commit

Permalink
Make linkcheck less flaky (ray-project#23442)
Browse files Browse the repository at this point in the history
The huggingface links have created a number of spurious linkcheck errors, this PR is fixing that by ignoring them.
  • Loading branch information
pcmoritz authored Mar 24, 2022
1 parent 5134e0d commit 1b0c667
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
# 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
r"https://huggingface.co/*", # seems to be flaky
]

# -- Options for HTML output ----------------------------------------------
Expand Down

0 comments on commit 1b0c667

Please sign in to comment.