Fix linter errors
Change-Id: I34eb747f78d1955612f320ab7f4909d9e42fecf2
This commit is contained in:
parent
4c2cc73d57
commit
656cb92401
@ -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…
x
Reference in New Issue
Block a user