We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c5b69 commit 9fce4adCopy full SHA for 9fce4ad
crates/mdbook-html/src/html_handlebars/hbs_renderer.rs
@@ -271,8 +271,6 @@ impl HtmlHandlebars {
271
no_section_label: html_config.no_section_label,
272
}),
273
);
274
- // TODO: remove theme_option in 0.5, it is not needed.
275
- handlebars.register_helper("theme_option", Box::new(helpers::theme::theme_option));
276
}
277
278
fn emit_redirects(
crates/mdbook-html/src/html_handlebars/helpers/mod.rs
@@ -1,3 +1,2 @@
1
pub(crate) mod resources;
2
-pub(crate) mod theme;
3
pub(crate) mod toc;
crates/mdbook-html/src/html_handlebars/helpers/theme.rs
0 commit comments