We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc1d3b commit 9fe14aeCopy full SHA for 9fe14ae
docs/conf.py
@@ -20,7 +20,7 @@
20
master_doc, source_suffix = "index", ".rst"
21
22
html_theme = "furo"
23
-html_title, html_last_updated_fmt = "pyproject-api docs", datetime.now().isoformat()
+html_title, html_last_updated_fmt = "pyproject-api docs", "%Y-%m-%dT%H:%M:%S"
24
pygments_style, pygments_dark_style = "sphinx", "monokai"
25
26
autoclass_content, autodoc_typehints = "both", "none"
0 commit comments