Skip to content

Commit

Permalink
docs: fix typo in linkcheck_ignore (Lightning-AI#20164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored and ammyk9 committed Aug 6, 2024
1 parent 77e894b commit 858e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 858e483

Please sign in to comment.