Skip to content

Building books fails since 0.0.27 #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
teiesti opened this issue Dec 7, 2017 · 3 comments
Closed

Building books fails since 0.0.27 #505

teiesti opened this issue Dec 7, 2017 · 3 comments

Comments

@teiesti
Copy link

teiesti commented Dec 7, 2017

For some strange reason, building books with mdBook fails since version 0.0.27. If I try, this is what happens:

> mdbook build
An error occured:
Unable to open the configuration file

If I create a new empty book with mdbook init and try mdbook 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).

@Michael-F-Bryan
Copy link
Contributor

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.

@steveklabnik
Copy link
Member

steveklabnik commented Dec 9, 2017 via email

@teiesti
Copy link
Author

teiesti commented Dec 10, 2017

Works fine! Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants