|
@@ -63,7 +63,7 @@ release = version
|
|
|
# non-false value, then it is used:
|
|
|
#today = ''
|
|
|
# Else, today_fmt is used as the format for a strftime call.
|
|
|
-#today_fmt = '%B %d, %Y'
|
|
|
+today_fmt = '%Y-%m-%d'
|
|
|
|
|
|
# List of patterns, relative to source directory, that match files and
|
|
|
# directories to ignore when looking for source files.
|
|
@@ -131,7 +131,7 @@ html_favicon = '_static/favicon.ico'
|
|
|
|
|
|
# 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 = '%Y-%m-%d'
|
|
|
|
|
|
# If true, SmartyPants will be used to convert quotes and dashes to
|
|
|
# typographically correct entities.
|