From 3888bb0ecbf405e00f46a3461ead5db9a569b669 Mon Sep 17 00:00:00 2001 From: V-Rang Date: Thu, 2 May 2024 14:47:51 -0500 Subject: [PATCH] linter fix --- doc/conf.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ece898a6..4927e717 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,8 +156,13 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'hIPPYlibx.tex', u'hIPPYlibx Documentation', - u'Umberto Villa, Venugopal Ranganathan', 'manual'), + ( + master_doc, + "hIPPYlibx.tex", + "hIPPYlibx Documentation", + "Umberto Villa, Venugopal Ranganathan", + "manual", + ), ]