From c933848c4b89761dcc7e4ce72d87214edeab6c41 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Fri, 2 Oct 2020 07:36:28 +0100 Subject: [PATCH] Fix linter errors Change-Id: If2ab6dfde044be031516bfae64b32bc461699760 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 92a950f..216a8bd 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