Fix linter errors
Change-Id: I81cfd9457f9c4c0f274a7a5c5ee65f1f9e38b6f8
This commit is contained in:
parent
573b1571b6
commit
9191ca7d7b
@ -232,7 +232,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