From 51ac2f45a806496e384a2a58b8a8604afb687759 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 26 Jul 2026 23:14:53 +0200 Subject: build script: remove removed option (makes the build fail now) --- gtfs-book/book.toml | 1 - gtfs-realtime-book/book.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/gtfs-book/book.toml b/gtfs-book/book.toml index 9e904f0..5a56588 100644 --- a/gtfs-book/book.toml +++ b/gtfs-book/book.toml @@ -1,6 +1,5 @@ [book] authors = ["Quentin Zervaas"] language = "en" -multilingual = false src = "." title = "The Definitive Guide to GTFS" diff --git a/gtfs-realtime-book/book.toml b/gtfs-realtime-book/book.toml index 4065430..e22bd80 100644 --- a/gtfs-realtime-book/book.toml +++ b/gtfs-realtime-book/book.toml @@ -1,6 +1,5 @@ [book] authors = ["Quentin Zervaas"] language = "en" -multilingual = false src = "." title = "The Definitive Guide to GTFS Realtime" -- cgit v1.3.1