From 889132e2860d99b11d9fb5c2ac78a8780928e85c Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 1 Oct 2020 16:57:52 +0100 Subject: [PATCH] Fix linter errors Change-Id: If3e4cd3ae3e16d18c1a91e8f61139e8c92c4524e --- 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 39668bf..7d7bf08 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