From 7b3f3e97d02df4e1d936a7c1466ef6e6e4df074e Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 20 Mar 2024 07:11:18 -0300 Subject: [PATCH] [Populate][Fixed] Removed mistune check --- kibot/out_populate.py | 2 -- 1 file changed, 2 deletions(-) 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)