Skip to content
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

Move src/theme to the root of the repository. #523

Closed
wants to merge 1 commit into from

Conversation

Darksonn
Copy link
Contributor

@Darksonn Darksonn commented Feb 3, 2019

When calling mdbook build the following warning is produced. This commit fixes the warning.

[INFO] (mdbook::book): Book building has started
[INFO] (mdbook::book): Running the html backend
[WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Previous versions of mdBook erroneously accepted `./src/theme` as an automatic theme directory
[WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Please move your theme files to `./theme` for them to continue being used

When calling `mdbook build` the following warning is produced. This
commit fixes the warning.
2019-02-03 14:22:29 [INFO] (mdbook::book): Book building has started
2019-02-03 14:22:29 [INFO] (mdbook::book): Running the html backend
2019-02-03 14:22:29 [WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Previous versions of mdBook erroneously accepted `./src/theme` as an automatic theme directory
2019-02-03 14:22:29 [WARN] (mdbook::renderer::html_handlebars::hbs_renderer): Please move your theme files to `./theme` for them to continue being used
@Darksonn
Copy link
Contributor Author

Darksonn commented Feb 3, 2019

Oh I thought I checked for any other pull requests, but I missed this one. Sorry about that.

@Darksonn Darksonn closed this Feb 3, 2019
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

Successfully merging this pull request may close these issues.

1 participant