Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Rang authored and V-Rang committed May 2, 2024
1 parent 0c998ee commit 3888bb0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
]


Expand Down

0 comments on commit 3888bb0

Please sign in to comment.