Skip to content

Commit 419da11

Browse files
committed
Chore: Fix link checker by ignoring azure.microsoft.com
(install/container/kubernetes/index: line 20) broken https://azure.microsoft.com/en-us/services/kubernetes-service/ - HTTPSConnectionPool(host='azure.microsoft.com', port=443): Read timed out. (read timeout=15) (integrate/etl/azure-functions: line 81) broken https://azure.microsoft.com/en-us/services/iot-hub/ - HTTPSConnectionPool(host='azure.microsoft.com', port=443): Read timed out. (read timeout=15)
1 parent b1a0ac4 commit 419da11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
# -rate limited-, sleeping...
3939
r"https://medium.com/.*",
4040
r"http://api.open-notify.org/.*",
41+
# Read timed out. (read timeout=15)
42+
r"https://azure.microsoft.com/.*",
4143
]
4244

4345
# Configure intersphinx.

0 commit comments

Comments
 (0)