commit 605d88934351f769eb21bb15019af39c9330147f Author: Jonathan Rosser Date: Fri Oct 2 07:30:16 2020 +0100 Fix linter errors Change-Id: I5d9d407dc031b86d592a0e56e9a6e4dc04873ad6 diff --git a/doc/source/conf.py b/doc/source/conf.py index b697546..1abbcd3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -243,7 +243,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