Skip to content

Commit

Permalink
fix: allow redirects from habana.ai to intel.com
Browse files Browse the repository at this point in the history
  • Loading branch information
alleeclark committed Dec 16, 2024
1 parent b485017 commit 09ce415
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source-pytorch/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,9 @@ def package_list_from_file(file):
"https://openai.com/index/*",
"https://tinyurl.com/.*", # has a human verification check on redirect
]

linkcheck_allowed_redirects = {
# All HTTP redirections from the source URI to
# the canonical URI will be treated as "working".
r'https://developer.habana.ai': r'https://www.intel.com/content/www/us/en/developer/platform/gaudi/overview.html'
}

0 comments on commit 09ce415

Please sign in to comment.