From d3c9eeea71df7a997548bc829b1c0ed268295963 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:21:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit hooks --- doc/source/conf.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8c9095e..12c7366 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -221,7 +221,13 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ("index", "diffpy.labpdfproc.tex", "diffpy.labpdfproc Documentation", ab_authors, "manual"), + ( + "index", + "diffpy.labpdfproc.tex", + "diffpy.labpdfproc Documentation", + ab_authors, + "manual", + ), ] # The name of an image file (relative to this directory) to place at the top of @@ -249,7 +255,15 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [("index", "diffpy.labpdfproc", "diffpy.labpdfproc Documentation", ab_authors, 1)] +man_pages = [ + ( + "index", + "diffpy.labpdfproc", + "diffpy.labpdfproc Documentation", + ab_authors, + 1, + ) +] # If true, show URL addresses after external links. # man_show_urls = False