Fix linter errors
Change-Id: I14fd26c154ceff9c9ac5b1617c5d6a848a9ff76f
This commit is contained in:
parent
902360bec3
commit
ca54c35c37
@ -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