1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 04:05:15 +03:00
aports/community/nix/no-linkcheck.patch
2025-04-27 18:47:21 +00:00

13 lines
565 B
Diff

instead off adding mdbook-linkcheck, skip it since there isn't much use for us
diff --git a/doc/manual/book.toml.in b/doc/manual/book.toml.in
index 34acf642e..07c09da37 100644
--- a/doc/manual/book.toml.in
+++ b/doc/manual/book.toml.in
@@ -27,6 +27,7 @@ command = "jq --from-file ./anchors.jq"
[output.linkcheck]
# no Internet during the build (in the sandbox)
follow-web-links = false
+optional = true
# mdbook-linkcheck does not understand [foo]{#bar} style links, resulting in
# excessive "Potential incomplete link" warnings. No other kind of warning was