Fix linter errors
Change-Id: Ifbcc7c1c77f4fecbf8e32c89da6d0e29a7e41ee8
This commit is contained in:
parent
b69d12a3b3
commit
5e8fdd74fd
@ -231,7 +231,7 @@ latex_elements = {
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'doc-' + target_name + '.tex',
|
||||
title.replace("_", "\_"), author, 'manual'),
|
||||
title.replace("_", r"\_"), author, 'manual'),
|
||||
]
|
||||
|
||||
latex_use_xindy = False
|
||||
|
Loading…
Reference in New Issue
Block a user