]> git.proxmox.com Git - rustc.git/blob - src/doc/rustc-guide/book.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / src / doc / rustc-guide / book.toml
1 [book]
2 title = "Guide to Rustc Development"
3 author = "Rustc developers"
4 description = "A guide to developing rustc"
5
6 [build]
7 create-missing = false
8
9 [output.html]
10 git-repository-url = "https://github.com/rust-lang/rustc-guide"
11
12 [output.html.fold]
13 enable = true
14 level = 1
15
16 [output.linkcheck]
17 follow-web-links = true
18 exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "youtu\\.be", "dl\\.acm\\.org" ]
19 cache-timeout = 172800
20 warning-policy = "error"