|
28 | 28 |
|
29 | 29 | # Add any Sphinx extension module names here, as strings. They can be extensions |
30 | 30 | # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
31 | | -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', |
32 | | - 'sphinx.ext.intersphinx', 'sphinx.ext.coverage'] |
| 31 | +extensions = [ |
| 32 | + 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', |
| 33 | + 'sphinx.ext.coverage' |
| 34 | +] |
33 | 35 |
|
34 | 36 | # Add any paths that contain templates here, relative to this directory. |
35 | 37 | templates_path = ['_templates'] |
|
90 | 92 | # A list of ignored prefixes for module index sorting. |
91 | 93 | #modindex_common_prefix = [] |
92 | 94 |
|
93 | | - |
94 | 95 | # -- Options for HTML output --------------------------------------------- |
95 | 96 |
|
96 | 97 | # The theme to use for HTML and HTML Help pages. See the documentation for |
|
170 | 171 | # Output file base name for HTML help builder. |
171 | 172 | htmlhelp_basename = 'geoip2doc' |
172 | 173 |
|
173 | | - |
174 | 174 | # -- Options for LaTeX output -------------------------------------------- |
175 | 175 |
|
176 | 176 | latex_elements = { |
|
187 | 187 | # Grouping the document tree into LaTeX files. List of tuples |
188 | 188 | # (source start file, target name, title, author, documentclass [howto/manual]). |
189 | 189 | latex_documents = [ |
190 | | - ('index', 'geoip2.tex', 'geoip2 Documentation', |
191 | | - 'Gregory Oschwald', 'manual'), |
| 190 | + ('index', 'geoip2.tex', 'geoip2 Documentation', 'Gregory Oschwald', |
| 191 | + 'manual'), |
192 | 192 | ] |
193 | 193 |
|
194 | 194 | # The name of an image file (relative to this directory) to place at the top of |
|
211 | 211 | # If false, no module index is generated. |
212 | 212 | #latex_domain_indices = True |
213 | 213 |
|
214 | | - |
215 | 214 | # -- Options for manual page output -------------------------------------- |
216 | 215 |
|
217 | 216 | # One entry per manual page. List of tuples |
218 | 217 | # (source start file, name, description, authors, manual section). |
219 | | -man_pages = [ |
220 | | - ('index', 'geoip2', 'geoip2 Documentation', |
221 | | - ['Gregory Oschwald'], 1) |
222 | | -] |
| 218 | +man_pages = [('index', 'geoip2', 'geoip2 Documentation', ['Gregory Oschwald'], |
| 219 | + 1)] |
223 | 220 |
|
224 | 221 | # If true, show URL addresses after external links. |
225 | 222 | #man_show_urls = False |
226 | 223 |
|
227 | | - |
228 | 224 | # -- Options for Texinfo output ------------------------------------------ |
229 | 225 |
|
230 | 226 | # Grouping the document tree into Texinfo files. List of tuples |
231 | 227 | # (source start file, target name, title, author, |
232 | 228 | # dir menu entry, description, category) |
233 | 229 | texinfo_documents = [ |
234 | | - ('index', 'geoip2', 'geoip2 Documentation', |
235 | | - 'Gregory Oschwald', 'geoip2', 'One line description of project.', |
236 | | - 'Miscellaneous'), |
| 230 | + ('index', 'geoip2', 'geoip2 Documentation', 'Gregory Oschwald', 'geoip2', |
| 231 | + 'One line description of project.', 'Miscellaneous'), |
237 | 232 | ] |
238 | 233 |
|
239 | 234 | # Documents to append as an appendix to all manuals. |
|
245 | 240 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
246 | 241 | #texinfo_show_urls = 'footnote' |
247 | 242 |
|
248 | | - |
249 | 243 | # Example configuration for intersphinx: refer to the Python standard library. |
250 | 244 | intersphinx_mapping = {'http://docs.python.org/': None} |
0 commit comments