[Lldb-commits] [lldb] r360209 - [Docs] Add timestamp
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue May 7 16:14:06 PDT 2019
Author: jdevlieghere
Date: Tue May 7 16:14:06 2019
New Revision: 360209
URL: http://llvm.org/viewvc/llvm-project?rev=360209&view=rev
Log:
[Docs] Add timestamp
Modified:
lldb/trunk/docs/conf.py
Modified: lldb/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/conf.py?rev=360209&r1=360208&r2=360209&view=diff
==============================================================================
--- lldb/trunk/docs/conf.py (original)
+++ lldb/trunk/docs/conf.py Tue May 7 16:14:06 2019
@@ -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.
More information about the lldb-commits
mailing list