Skip to content

Commit 5424a89

Browse files
authored
exclude another url from linkcheck (#14230)
1 parent 96707c5 commit 5424a89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@
207207
r"https://wiki.sei.cmu.edu",
208208
# GitHub has started heavily rate-limiting causing job failures
209209
r"https://github.com",
210+
# 403s
211+
r"https://e-trust.gosuslugi.ru/",
210212
]
211213

212214
autosectionlabel_prefix_document = True

0 commit comments

Comments
 (0)