diff options
author | Georg Brandl <georg@python.org> | 2009-01-10 21:23:39 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-10 21:23:39 +0100 |
commit | b068e9180365a5d74d4fb02b003d7a05f99ffac3 (patch) | |
tree | c092aa25daf519398c0d6cc84f85a568cf26440e /sphinx/config.py | |
parent | d0e0acaaa1278627d70f7bbb7d823c79d3546b58 (diff) | |
download | sphinx-git-b068e9180365a5d74d4fb02b003d7a05f99ffac3.tar.gz |
Reformat to EOL80.
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), |