Fix linter errors

Change-Id: If2ab6dfde044be031516bfae64b32bc461699760
This commit is contained in:
Jonathan Rosser 2020-10-02 07:36:28 +01:00
parent 229c94c620
commit c933848c4b

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