Skip to content

Commit 64e1ec3

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 1f3164f commit 64e1ec3

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

‎importlib_metadata/docs/conf.py‎

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
'**': [
113113
'relations.html', # needs 'show_related': True theme option to display
114114
'searchbox.html',
115-
]
116-
}
115+
]
116+
}
117117

118118

119119
# -- Options for HTMLHelp output ------------------------------------------
@@ -140,15 +140,16 @@
140140
# Latex figure (float) alignment
141141
#
142142
# 'figure_align': 'htbp',
143-
}
143+
}
144144

145145
# Grouping the document tree into LaTeX files. List of tuples
146146
# (source start file, target name, title,
147147
# author, documentclass [howto, manual, or own class]).
148148
latex_documents = [
149-
(master_doc, 'importlib_metadata.tex', 'importlib\\_metadata Documentation',
149+
(master_doc, 'importlib_metadata.tex',
150+
'importlib\\_metadata Documentation',
150151
'Brett Cannon, Barry Warsaw', 'manual'),
151-
]
152+
]
152153

153154

154155
# -- Options for manual page output ---------------------------------------
@@ -158,7 +159,7 @@
158159
man_pages = [
159160
(master_doc, 'importlib_metadata', 'importlib_metadata Documentation',
160161
[author], 1)
161-
]
162+
]
162163

163164

164165
# -- Options for Texinfo output -------------------------------------------
@@ -170,9 +171,7 @@
170171
(master_doc, 'importlib_metadata', 'importlib_metadata Documentation',
171172
author, 'importlib_metadata', 'One line description of project.',
172173
'Miscellaneous'),
173-
]
174-
175-
174+
]
176175

177176

178177
# Example configuration for intersphinx: refer to the Python standard library.
@@ -188,7 +187,7 @@
188187
dict(
189188
pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n',
190189
with_scm='{text}\n{rev[timestamp]:%Y-%m-%d}\n\n',
191-
),
192-
],
193-
),
194-
}
190+
),
191+
],
192+
),
193+
}

0 commit comments

Comments
 (0)