From 15de3e8137036e3a05814c162232083371916893 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sat, 11 Mar 2023 09:18:35 -0800 Subject: [PATCH] Harrison/docs footer (#1600) Co-authored-by: Albert Avetisian --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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 ---------------------------------------------------