From 4ecf499059c0ffeced04452bd53272357252e826 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 7 Oct 2020 11:29:21 +0100 Subject: [PATCH] Fix linter errors Change-Id: I37631ba89043bf0c1c8ad758bd74cce0dfe602ac --- 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 809afdb..2906753 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