[Populate][Fixed] Removed mistune check

This commit is contained in:
Salvador E. Tropea 2024-03-20 07:11:18 -03:00
parent fe819b5123
commit 7b3f3e97d0
1 changed files with 0 additions and 2 deletions

View File

@ -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)