commit dabcc2d98c415fc510995804cd7309f8ccebd0c6 Author: Jonathan Rosser Date: Fri Oct 2 19:57:34 2020 +0100 Fix linter errors Change-Id: I59d926d302ab2bba33072c5b047dc4d8f9d03d7d diff --git a/doc/source/conf.py b/doc/source/conf.py index 7a74cc7..95327ef 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -230,7 +230,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