diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 5942fcf88..5c3b7dfe6 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -63,7 +63,8 @@ class Config(object): html_logo = (None, False), html_favicon = (None, False), html_static_path = ([], False), - html_last_updated_fmt = (None, False), # the real default is locale-dependent + # the real default is locale-dependent + html_last_updated_fmt = (None, False), html_use_smartypants = (True, False), html_translator_class = (None, False), html_sidebars = ({}, False), |