Skip to content

Commit 90298f7

Browse files
committedDec 13, 2022
style: formatting applied
1 parent 9ae8efd commit 90298f7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

‎docs/source/conf.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,7 @@
180180

181181
# One entry per manual page. List of tuples
182182
# (source start file, name, description, authors, manual section).
183-
man_pages = [
184-
(
185-
master_doc,
186-
"python-keycloak",
187-
"python-keycloak Documentation",
188-
[author],
189-
1,
190-
)
191-
]
183+
man_pages = [(master_doc, "python-keycloak", "python-keycloak Documentation", [author], 1)]
192184

193185

194186
# -- Options for Texinfo output -------------------------------------------

0 commit comments

Comments
 (0)