We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b485017 commit 09ce415Copy full SHA for 09ce415
docs/source-pytorch/conf.py
@@ -650,3 +650,9 @@ def package_list_from_file(file):
650
"https://openai.com/index/*",
651
"https://tinyurl.com/.*", # has a human verification check on redirect
652
]
653
+
654
+linkcheck_allowed_redirects = {
655
+ # All HTTP redirections from the source URI to
656
+ # the canonical URI will be treated as "working".
657
+ r'https://developer.habana.ai': r'https://www.intel.com/content/www/us/en/developer/platform/gaudi/overview.html'
658
+}
0 commit comments