diff options
Diffstat (limited to 'sphinx/config.py')
-rw-r--r-- | sphinx/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index 9cbf655f8..9527d9a8d 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -209,6 +209,7 @@ class Config(object): None), latex_logo = (None, None, string_classes), latex_appendices = ([], None), + latex_keep_old_macro_names = (True, None), # now deprecated - use latex_toplevel_sectioning latex_use_parts = (False, None), latex_toplevel_sectioning = (None, None, [str]), |