Improve docs

This commit is contained in:
Thomas Sileo 2022-07-30 09:43:36 +02:00
parent 712607f808
commit 4cbfb396c6
3 changed files with 21 additions and 8 deletions

View file

@ -27,7 +27,7 @@ def main() -> None:
shutil.rmtree("docs/dist/static", ignore_errors=True)
shutil.copytree("docs/static", "docs/dist/static")
last_updated = now().isoformat()
last_updated = now().replace(second=0, microsecond=0).isoformat()
readme = Path("README.md")
template.stream(