You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)