From 2afe620424941cbf64418d313ca0c12fb293ebfb Mon Sep 17 00:00:00 2001 From: allee Date: Mon, 16 Dec 2024 19:45:57 -0500 Subject: [PATCH] fix (ci: linkcheck): ignore 403 status code from habana.ai since it redirects intel.com documentation --- docs/source-pytorch/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source-pytorch/conf.py b/docs/source-pytorch/conf.py index 7f31ea9f4c1c2..1488a3b625d04 100644 --- a/docs/source-pytorch/conf.py +++ b/docs/source-pytorch/conf.py @@ -643,6 +643,7 @@ def package_list_from_file(file): r"starter/installation.html$", r"^../common/trainer.html#trainer-flags$", "https://deepgenerativemodels.github.io/assets/slides/cs236_lecture11.pdf", + "https://developer.habana.ai", # returns 403 error but redirects to intel.com documentation "https://www.intel.com/content/www/us/en/products/docs/processors/what-is-a-gpu.html", "https://www.microsoft.com/en-us/research/blog/zero-infinity-and-deepspeed-unlocking-unprecedented-model-scale-for-deep-learning-training/", # noqa: E501 "https://stackoverflow.com/questions/66640705/how-can-i-install-grpcio-on-an-apple-m1-silicon-laptop",