Fix linter errors

Change-Id: I81cfd9457f9c4c0f274a7a5c5ee65f1f9e38b6f8
This commit is contained in:
Jonathan Rosser 2020-10-01 16:49:35 +01:00
parent 573b1571b6
commit 9191ca7d7b
1 changed files with 1 additions and 1 deletions

View File

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