From f496ee1f7e637145f0595103c42be5abf382522f Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 7 May 2019 23:14:06 +0000 Subject: [PATCH] [Docs] Add timestamp llvm-svn: 360209 --- lldb/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/docs/conf.py b/lldb/docs/conf.py index 10d940b1110e..5a4c2a5c7dbd 100644 --- a/lldb/docs/conf.py +++ b/lldb/docs/conf.py @@ -133,7 +133,7 @@ html_extra_path = ['.htaccess'] # 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.