fix
[teaching-cabinet.git] / book.toml
blob356346ede8a02b0cceecb50cd28f3e65bc5dbf90
1 # SPDX-FileCopyrightText: 2023 Xavier Bordoy
3 # SPDX-License-Identifier: CC-BY-NC-SA-4.0
5 [book]
6 authors = ["Xavier Bordoy"]
7 language = "en"
8 multilingual = false
9 src = "src"
10 title = "teaching cabinet"
11 license = "CC-BY-NC-SA 4.0"
13 [build]
14 create-missing = false
16 [output.html]
17 curly-quotes = true
18 mathjax-support = true
19 site-url = "https://teaching-cabinet.cc"
20 git-repository-url = "https://repo.or.cz/teaching-cabinet.git"
21 git-repository-icon = "fa-code-fork"
23 [output.html.search]
24 enable = true
25 limit-results = 30
26 use-boolean-and = true
28 [preprocessor.indexing]
29 use_chapter_names = true
31 [output.linkcheck]
32 follow-web-links = false
33 traverse-parent-directories = false
34 warning-policy = "warn"