diff options
author | eldritch horrors <pennae@lix.systems> | 2024-05-05 17:43:44 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-05-05 16:13:27 +0000 |
commit | 6a5f100b8bab3b60932a950dfe7dcdfb0330084c (patch) | |
tree | eca496999b03cf1bd9f402b68afc88898d1628b0 /doc/manual/book.toml | |
parent | 47fb49467601f43c950abc88c835ed44733f3d8f (diff) |
doc: fix build littering doc/
mdbook has the unfortunate habit of creating stub files for chapters it
can't find on disk. turn off this helpful feature as it masks errors in
the summary file, and fix a recently introduced instance of this error.
Change-Id: I10d86aac0489c9c494bd5c8a50047415f4d4b18d
Diffstat (limited to 'doc/manual/book.toml')
-rw-r--r-- | doc/manual/book.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/book.toml b/doc/manual/book.toml index ae4ff9b35..54efa7965 100644 --- a/doc/manual/book.toml +++ b/doc/manual/book.toml @@ -1,6 +1,9 @@ [book] title = "Nix Reference Manual" +[build] +create-missing = false + [output.html] additional-css = ["custom.css"] additional-js = ["redirects.js"] |