Fix linter errors

Change-Id: Ia89121684cf1c5e3d961a9623ceb755a01a93eeb
This commit is contained in:
Jonathan Rosser 2020-10-01 16:43:03 +01:00
parent 0bc0f321b7
commit 72b9f908fa
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