Unnamed repository; edit this file 'description' to name the repository.
remove the multilingual field from book.toml (#13328)
| -rw-r--r-- | book/book.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/book/book.toml b/book/book.toml index 335b27af..f1127f3c 100644 --- a/book/book.toml +++ b/book/book.toml @@ -1,7 +1,6 @@ [book] authors = ["Blaž Hrastnik"] language = "en" -multilingual = false src = "src" [output.html] |