From a2a12dfd6b0176ec0d4a644f41f0a4f96495313a Mon Sep 17 00:00:00 2001 From: "Kevin R. Thornton" Date: Mon, 1 Dec 2025 10:37:15 -0800 Subject: [PATCH] remove "multilingual" field from book config --- book/book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book/book.toml b/book/book.toml index cc8de95c6..157f2b8d5 100644 --- a/book/book.toml +++ b/book/book.toml @@ -1,7 +1,6 @@ [book] authors = ["Kevin R. Thornton"] language = "en" -multilingual = false src = "src" title = "The tskit (rust) book"