Skip to content

Commit

Permalink
Chore: Make link checker ignore https://{powerbi,www}.microsoft.com
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 24, 2023
1 parent 854ead3 commit 9c5b722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@

# TODO: Refactor into global configuration.
linkcheck_ignore = [
"https://portal.azure.com/",
"https://azuremarketplace.microsoft.com/",
"https://github.com/crate/ml-sandbox",
"https://portal.azure.com/",
"https://powerbi.microsoft.com",
"https://www.microsoft.com",
]

linkcheck_timeout = 5

0 comments on commit 9c5b722

Please sign in to comment.