diff --git a/kibot/out_populate.py b/kibot/out_populate.py index 8e263281..aee220a8 100644 --- a/kibot/out_populate.py +++ b/kibot/out_populate.py @@ -114,8 +114,6 @@ class PopulateOptions(VariantOptions): return content def run(self, dir_name): - # Ensure we have mistune - self.ensure_tool('mistune') # Now we can use populate from .PcbDraw.populate import (load_content, get_data_path, read_template, create_renderer, parse_content, generate_html, generate_markdown, find_data_file)