commit acdfed77fd4d7eac3ceccb9d6abdd30d693fcbeb Author: Jonathan Rosser Date: Fri Oct 2 07:37:01 2020 +0100 Fix linter errors Change-Id: I681bf4ec20e3baef9d470bfec83f987fdbda81b9 diff --git a/doc/source/conf.py b/doc/source/conf.py index 6396444..5e684c5 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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