From 3de60f4b9fe8a7ceed3966387b7f550969f34659 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:55:36 +0200 Subject: [PATCH] docs: fix typo in `linkcheck_ignore` (#20164) --- docs/source-pytorch/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-pytorch/conf.py b/docs/source-pytorch/conf.py index ed3b50d798b4f..8cb7f266c1f02 100644 --- a/docs/source-pytorch/conf.py +++ b/docs/source-pytorch/conf.py @@ -643,6 +643,6 @@ def package_list_from_file(file): "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", "https://openai.com/blog/.*", - "https://openai.com/index/*" + "https://openai.com/index/*", "https://tinyurl.com/.*", # has a human verification check on redirect ]