diff options
author | Damien George <damien.p.george@gmail.com> | 2014-11-04 18:51:29 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-11-04 18:51:29 +0000 |
commit | 0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e (patch) | |
tree | a70847a5063b48a1e33dd348c2d2b768bf513793 /docs/conf.py | |
parent | 8e701604d570d8c45da95ced677ef999fb4c48a6 (diff) | |
download | micropython-0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e.tar.gz micropython-0e3722137f1c2c5f4ee6c24829b1f46e62aedf2e.zip |
docs: Update front page to display date of last update.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 124744d496..16ae41bec3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -143,7 +143,7 @@ html_theme_path = ['.'] # 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 = '%d %b %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. |