Skip to content

Commit 9fe14ae

Browse files
authored
docs: set html_last_updated_fmt to format string (#54)
1 parent 9fc1d3b commit 9fe14ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
master_doc, source_suffix = "index", ".rst"
2121

2222
html_theme = "furo"
23-
html_title, html_last_updated_fmt = "pyproject-api docs", datetime.now().isoformat()
23+
html_title, html_last_updated_fmt = "pyproject-api docs", "%Y-%m-%dT%H:%M:%S"
2424
pygments_style, pygments_dark_style = "sphinx", "monokai"
2525

2626
autoclass_content, autodoc_typehints = "both", "none"

0 commit comments

Comments
 (0)