Fix linter errors

Change-Id: I24b4749dba7ce48fbbd0bd5df51269b141375bc5
This commit is contained in:
Jonathan Rosser 2020-10-02 07:32:15 +01:00
parent 61248479df
commit 2bb11b1b1b
1 changed files with 1 additions and 1 deletions

View File

@ -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