Skip to content

Commit d3c9eee

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent c4834c9 commit d3c9eee

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/source/conf.py

+16-2
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,13 @@
221221
# (source start file, target name, title,
222222
# author, documentclass [howto, manual, or own class]).
223223
latex_documents = [
224-
("index", "diffpy.labpdfproc.tex", "diffpy.labpdfproc Documentation", ab_authors, "manual"),
224+
(
225+
"index",
226+
"diffpy.labpdfproc.tex",
227+
"diffpy.labpdfproc Documentation",
228+
ab_authors,
229+
"manual",
230+
),
225231
]
226232

227233
# The name of an image file (relative to this directory) to place at the top of
@@ -249,7 +255,15 @@
249255

250256
# One entry per manual page. List of tuples
251257
# (source start file, name, description, authors, manual section).
252-
man_pages = [("index", "diffpy.labpdfproc", "diffpy.labpdfproc Documentation", ab_authors, 1)]
258+
man_pages = [
259+
(
260+
"index",
261+
"diffpy.labpdfproc",
262+
"diffpy.labpdfproc Documentation",
263+
ab_authors,
264+
1,
265+
)
266+
]
253267

254268
# If true, show URL addresses after external links.
255269
# man_show_urls = False

0 commit comments

Comments
 (0)