Skip to content

Commit 09ce415

Browse files
committed
fix: allow redirects from habana.ai to intel.com
1 parent b485017 commit 09ce415

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source-pytorch/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,3 +650,9 @@ def package_list_from_file(file):
650650
"https://openai.com/index/*",
651651
"https://tinyurl.com/.*", # has a human verification check on redirect
652652
]
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

Comments
 (0)