Skip to content

Commit e967bb5

Browse files
committed
Fix pep8 issues in docs conf
1 parent 09a2f79 commit e967bb5

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

docs/source/conf.py

+13-16
Original file line numberDiff line numberDiff line change
@@ -147,32 +147,29 @@
147147
# Grouping the document tree into LaTeX files. List of tuples
148148
# (source start file, target name, title,
149149
# author, documentclass [howto, manual, or own class]).
150-
latex_documents = [
151-
(master_doc, 'django-templated-mail.tex', 'django-templated-mail Documentation',
152-
'Sunscrapers', 'manual'),
153-
]
150+
latex_documents = [(
151+
master_doc, 'django-templated-mail.tex',
152+
'django-templated-mail Documentation', 'Sunscrapers', 'manual'
153+
)]
154154

155155

156156
# -- Options for manual page output ---------------------------------------
157157

158158
# One entry per manual page. List of tuples
159159
# (source start file, name, description, authors, manual section).
160-
man_pages = [
161-
(master_doc, 'django-templated-mail', 'django-templated-mail Documentation',
162-
[author], 1)
163-
]
160+
man_pages = [(
161+
master_doc, 'django-templated-mail',
162+
'django-templated-mail Documentation', [author], 1
163+
)]
164164

165165

166166
# -- Options for Texinfo output -------------------------------------------
167167

168168
# Grouping the document tree into Texinfo files. List of tuples
169169
# (source start file, target name, title, author,
170170
# dir menu entry, description, category)
171-
texinfo_documents = [
172-
(master_doc, 'django-templated-mail', 'django-templated-mail Documentation',
173-
author, 'django-templated-mail', 'One line description of project.',
174-
'Miscellaneous'),
175-
]
176-
177-
178-
171+
texinfo_documents = [(
172+
master_doc, 'django-templated-mail',
173+
'django-templated-mail Documentation', author, 'django-templated-mail',
174+
'One line description of project.', 'Miscellaneous'
175+
)]

0 commit comments

Comments
 (0)