Skip to content

Commit e00ce53

Browse files
committed
docs: ignore broken links
1 parent 815e065 commit e00ce53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@
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/',
73+
'https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#spread-constraint-definition'
6974
]
7075

7176

0 commit comments

Comments
 (0)