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

Fix book building #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix book building #199

wants to merge 1 commit into from

Conversation

s373r
Copy link

@s373r s373r commented Jan 2, 2023

Environment

  • $ mdbook --version     
    mdbook v0.4.25
  • Commit: the latest at the moment (33872fe)

Without this fix

$ mdbook build

2023-01-02 22:07:10 [WARN] (mdbook::book): The output.html.google-analytics field has been deprecated; it will be removed in a future release.
Consider placing the appropriate site tag code into the theme/head.hbs file instead.
The tracking code may be found in the Google Analytics Admin page.

2023-01-02 22:07:10 [INFO] (mdbook::book): Book building has started
2023-01-02 22:07:10 [INFO] (mdbook::book): Running the html backend
2023-01-02 22:07:10 [ERROR] (mdbook::utils): Error: Rendering failed
2023-01-02 22:07:10 [ERROR] (mdbook::utils): 	Caused By: theme dir /home/s373r/src/rust/rustrogueliketutorial/book/rust does not exist

After this fix

$ mdbook build

2023-01-02 22:16:02 [INFO] (mdbook::book): Book building has started
2023-01-02 22:16:02 [INFO] (mdbook::book): Running the html backend

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