|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # -*- coding: utf-8 -*- |
3 | 3 | # |
4 | | -# flake8: noqa |
5 | | -# |
6 | 4 | # importlib_metadata documentation build configuration file, created by |
7 | 5 | # sphinx-quickstart on Thu Nov 30 10:21:00 2017. |
8 | 6 | # |
|
114 | 112 | '**': [ |
115 | 113 | 'relations.html', # needs 'show_related': True theme option to display |
116 | 114 | 'searchbox.html', |
117 | | - ] |
118 | | -} |
| 115 | + ] |
| 116 | + } |
119 | 117 |
|
120 | 118 |
|
121 | 119 | # -- Options for HTMLHelp output ------------------------------------------ |
|
142 | 140 | # Latex figure (float) alignment |
143 | 141 | # |
144 | 142 | # 'figure_align': 'htbp', |
145 | | -} |
| 143 | + } |
146 | 144 |
|
147 | 145 | # Grouping the document tree into LaTeX files. List of tuples |
148 | 146 | # (source start file, target name, title, |
149 | 147 | # author, documentclass [howto, manual, or own class]). |
150 | 148 | latex_documents = [ |
151 | | - (master_doc, 'importlib_metadata.tex', 'importlib\\_metadata Documentation', |
| 149 | + (master_doc, 'importlib_metadata.tex', |
| 150 | + 'importlib\\_metadata Documentation', |
152 | 151 | 'Brett Cannon, Barry Warsaw', 'manual'), |
153 | | -] |
| 152 | + ] |
154 | 153 |
|
155 | 154 |
|
156 | 155 | # -- Options for manual page output --------------------------------------- |
|
160 | 159 | man_pages = [ |
161 | 160 | (master_doc, 'importlib_metadata', 'importlib_metadata Documentation', |
162 | 161 | [author], 1) |
163 | | -] |
| 162 | + ] |
164 | 163 |
|
165 | 164 |
|
166 | 165 | # -- Options for Texinfo output ------------------------------------------- |
|
172 | 171 | (master_doc, 'importlib_metadata', 'importlib_metadata Documentation', |
173 | 172 | author, 'importlib_metadata', 'One line description of project.', |
174 | 173 | 'Miscellaneous'), |
175 | | -] |
176 | | - |
177 | | - |
| 174 | + ] |
178 | 175 |
|
179 | 176 |
|
180 | 177 | # Example configuration for intersphinx: refer to the Python standard library. |
|
190 | 187 | dict( |
191 | 188 | pattern=r'^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n', |
192 | 189 | with_scm='{text}\n{rev[timestamp]:%Y-%m-%d}\n\n', |
193 | | - ), |
194 | | - ], |
195 | | - ), |
196 | | -} |
| 190 | + ), |
| 191 | + ], |
| 192 | + ), |
| 193 | + } |
0 commit comments