Skip to content

Commit 4038b83

Browse files
authored
Merge pull request #2161 from Samk1710/fix-nixos-flake
CI Fix: Ignore nixos.wiki in linkcheck
2 parents 94a9c8f + fffc761 commit 4038b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"https://nvd.nist.gov/products/cpe",
4141
"https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
4242
"http://ftp.suse.com/pub/projects/security/yaml/",
43+
r"https://nixos\.wiki/", # NixOS wiki blocks CI bots with 403
4344
]
4445

4546
# Add any Sphinx extension module names here, as strings. They can be

0 commit comments

Comments
 (0)