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 177a227 commit 6be22dfCopy full SHA for 6be22df
docs/conf.py
@@ -3,7 +3,7 @@
3
import re
4
import subprocess
5
import sys
6
-from datetime import date, datetime
+from datetime import date
7
from importlib.machinery import SourceFileLoader
8
from pathlib import Path
9
from subprocess import check_output
@@ -26,7 +26,7 @@
26
master_doc, source_suffix = "index", ".rst"
27
28
html_theme = "furo"
29
-html_title, html_last_updated_fmt = "tox", datetime.now().isoformat()
+html_title, html_last_updated_fmt = "tox", "%Y-%m-%dT%H:%M:%S"
30
pygments_style, pygments_dark_style = "sphinx", "monokai"
31
html_static_path, html_css_files = ["_static"], ["custom.css"]
32
html_logo, html_favicon = "_static/img/tox.svg", "_static/img/toxfavi.ico"
0 commit comments