def newest_template_mtime(self): return max(mtimes_of_files(self.templates_path, '.html'))
def newest_template_mtime(self) -> float: return max(mtimes_of_files(self.mkdocs_theme.dirs, ".html"))
def newest_template_mtime(self): return max(mtimes_of_files(self.pathchain, '.html'))