Example #1
0
 def newest_template_mtime(self):
     return max(mtimes_of_files(self.templates_path, '.html'))
Example #2
0
 def newest_template_mtime(self) -> float:
     return max(mtimes_of_files(self.mkdocs_theme.dirs, ".html"))
Example #3
0
 def newest_template_mtime(self):
     return max(mtimes_of_files(self.pathchain, '.html'))