From 886808043b5b4b6b51c689f0ff48dfccefdc5d29 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Tue, 7 Nov 2017 18:47:50 -0800 Subject: [PATCH] Show the 'Last Updated' info in the footer. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 29658e94e..a3763bb39 100644 --- a/conf.py +++ b/conf.py @@ -139,7 +139,7 @@ # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities.