|
112 | 112 | '**': [ |
113 | 113 | 'relations.html', # needs 'show_related': True theme option to display |
114 | 114 | 'searchbox.html', |
115 | | - ] |
116 | | -} |
| 115 | + ] |
| 116 | + } |
117 | 117 |
|
118 | 118 |
|
119 | 119 | # -- Options for HTMLHelp output ------------------------------------------ |
|
140 | 140 | # Latex figure (float) alignment |
141 | 141 | # |
142 | 142 | # 'figure_align': 'htbp', |
143 | | -} |
| 143 | + } |
144 | 144 |
|
145 | 145 | # Grouping the document tree into LaTeX files. List of tuples |
146 | 146 | # (source start file, target name, title, |
147 | 147 | # author, documentclass [howto, manual, or own class]). |
148 | 148 | latex_documents = [ |
149 | | - (master_doc, 'importlib_metadata.tex', 'importlib\\_metadata Documentation', |
| 149 | + (master_doc, 'importlib_metadata.tex', |
| 150 | + 'importlib\\_metadata Documentation', |
150 | 151 | 'Brett Cannon, Barry Warsaw', 'manual'), |
151 | | -] |
| 152 | + ] |
152 | 153 |
|
153 | 154 |
|
154 | 155 | # -- Options for manual page output --------------------------------------- |
|
158 | 159 | man_pages = [ |
159 | 160 | (master_doc, 'importlib_metadata', 'importlib_metadata Documentation', |
160 | 161 | [author], 1) |
161 | | -] |
| 162 | + ] |
162 | 163 |
|
163 | 164 |
|
164 | 165 | # -- Options for Texinfo output ------------------------------------------- |
|
170 | 171 | (master_doc, 'importlib_metadata', 'importlib_metadata Documentation', |
171 | 172 | author, 'importlib_metadata', 'One line description of project.', |
172 | 173 | 'Miscellaneous'), |
173 | | -] |
174 | | - |
175 | | - |
| 174 | + ] |
176 | 175 |
|
177 | 176 |
|
178 | 177 | # Example configuration for intersphinx: refer to the Python standard library. |
|
188 | 187 | dict( |
189 | 188 | pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n', |
190 | 189 | with_scm='{text}\n{rev[timestamp]:%Y-%m-%d}\n\n', |
191 | | - ), |
192 | | - ], |
193 | | - ), |
194 | | -} |
| 190 | + ), |
| 191 | + ], |
| 192 | + ), |
| 193 | + } |
0 commit comments