Open
Description
For various reasons, I need a different .toml file depending on whether I am building for HTML or PDF (with mdbook-latex). It would be nice if I could specify which TOML file to use during mdbook build
.
(I realize as I ask this that I can just create different directories, each with their own book.toml
file pointing to the common source to get the behavior that I want. So perhaps this feature isn't needed.)