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
This is fixed in #506. It seems I didn't tell mdbook to use the default Config if book.toml is found, and our tests didn't pick up the regression because the books being tested all have a book.toml.
I've made a 0.0.28 release, so it should work now.
On Dec 9, 2017, at 05:26, Michael Bryan ***@***.***> wrote:
Closed #505.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
For some strange reason, building books with mdBook fails since version 0.0.27. If I try, this is what happens:
If I create a new empty book with
mdbook init
and trymdbook build
after, building fails.If I try
mdbook watch
, building fails.If I try the previous version 0.0.26, everything works just fine.
I am using the most recent version of Rust:
rustc 1.22.1 (05e2e1c41 2017-11-22)
.The text was updated successfully, but these errors were encountered: