diff --git a/docs/conf.py b/docs/conf.py index 3185df76..01fa4494 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,6 +30,7 @@ version = data["tool"]["poetry"]["version"] release = version html_title = project + " " + version +html_last_updated_fmt = "%b %d, %Y" # -- General configuration ---------------------------------------------------