Fix linter errors
Change-Id: I54bfa8e8a2d159b75e4d42a08441fb1b7cf6b92f
This commit is contained in:
parent
0ae1e7bf9e
commit
3f69fac759
@ -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