Fix linter errors

Depends-On: https://review.opendev.org/755759
Change-Id: Ia6b9a041748e97cb08ff484ed9b36f7244b54aa1
This commit is contained in:
Jonathan Rosser 2020-10-01 16:49:04 +01:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 5acd4d65b4
commit 4e6dbd907d
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