diff --git a/Doc/conf.py b/Doc/conf.py index c92ea60ee07094..9afea4b451a272 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -290,7 +290,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 (%H:%M)' # Path to find HTML templates. templates_path = ['tools/templates']