Skip to content

Commit a8f8b37

Browse files
committed
docs: ignore broken links
1 parent ca20803 commit a8f8b37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@
6565
'https://ieeexplore.ieee.org',
6666
'https://dl.acm.org', # often 403
6767
'https://scholar.google.com',
68-
'https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/'
68+
'https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/',
69+
'https://kubernetes.io/docs/concepts/storage/storage-classes/',
70+
'https://kubernetes.io/docs/tasks/tls/certificate-issue-client-csr/',
71+
'https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/#conditions',
72+
'https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/'
6973
]
7074

7175

0 commit comments

Comments
 (0)