Correct merge error in writers/latex.py

This commit is contained in:
jfbu 2017-12-20 22:19:35 +01:00
parent 0a66d51cbc
commit dab7b49cd9

View File

@ -552,8 +552,6 @@ class LaTeXTranslator(nodes.NodeVisitor):
self.elements.update({
'releasename': _('Release'),
})
if builder.config.latex_keep_old_macro_names:
self.elements['sphinxpkgoptions'] = ''
# we assume LaTeX class provides \chapter command except in case
# of non-Japanese 'howto' case