Skip to content

Commit

Permalink
Apply black to file
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 29, 2021
1 parent 9ae5f6f commit 075b76f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,13 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
("index",
"user_guide.tex",
"PyScaffold Documentation",
"PyScaffold Contributors",
"manual")
(
"index",
"user_guide.tex",
"PyScaffold Documentation",
"PyScaffold Contributors",
"manual",
)
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -313,7 +315,7 @@
"pr": (f"{repository}/pull/%s", "PR #%s"),
"discussion": (f"{repository}/discussions/%s", "discussion #%s"),
"pypi": ("https://pypi.org/project/%s", "%s"),
"github": ("https://github.com/%s", "%s")
"github": ("https://github.com/%s", "%s"),
}

print(f"loading configurations for {project} {version} ...", file=sys.stderr)

0 comments on commit 075b76f

Please sign in to comment.