From 1f3ca42917ced23b5cc08f73cdc2dd4063489fab Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 1 Mar 2014 19:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=90=8E=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/conf.py b/source/conf.py index 4c1cbf0..4076d1b 100644 --- a/source/conf.py +++ b/source/conf.py @@ -101,7 +101,6 @@ pygments_style = 'sphinx' # a list of builtin themes. html_theme = 'sphinx_rtd_theme' - # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. @@ -139,7 +138,7 @@ html_static_path = ['_static'] # 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 = '%x' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities.