Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Make link checker ignore https://www.microsoft.com
Browse files Browse the repository at this point in the history
amotl committed Dec 24, 2023
1 parent 854ead3 commit 7ca5ea0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -9,9 +9,10 @@

# 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://www.microsoft.com",
]

linkcheck_timeout = 5

0 comments on commit 7ca5ea0

Please sign in to comment.