|
33 | 33 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
34 | 34 | # ones.
|
35 | 35 | extensions = [
|
36 |
| - 'sphinx.ext.autodoc', |
37 |
| - 'sphinx.ext.doctest', |
38 |
| - 'sphinx.ext.todo', |
39 |
| - 'sphinx.ext.coverage', |
40 |
| - 'sphinx.ext.viewcode', |
| 36 | + "sphinx.ext.autodoc", |
| 37 | + "sphinx.ext.doctest", |
| 38 | + "sphinx.ext.todo", |
| 39 | + "sphinx.ext.coverage", |
| 40 | + "sphinx.ext.viewcode", |
41 | 41 | ]
|
42 | 42 |
|
43 | 43 | # Add any paths that contain templates here, relative to this directory.
|
44 |
| -templates_path = ['_templates'] |
| 44 | +templates_path = ["_templates"] |
45 | 45 |
|
46 | 46 | # The suffix(es) of source filenames.
|
47 | 47 | # You can specify multiple suffix as a list of string:
|
48 | 48 | #
|
49 | 49 | # source_suffix = ['.rst', '.md']
|
50 |
| -source_suffix = '.rst' |
| 50 | +source_suffix = ".rst" |
51 | 51 |
|
52 | 52 | # The encoding of source files.
|
53 | 53 | #
|
54 | 54 | # source_encoding = 'utf-8-sig'
|
55 | 55 |
|
56 | 56 | # The master toctree document.
|
57 |
| -master_doc = 'index' |
| 57 | +master_doc = "index" |
58 | 58 |
|
59 | 59 | # General information about the project.
|
60 |
| -project = 'Flatten Tool' |
61 |
| -copyright = '2016-2020, Open Data Services' |
62 |
| -author = 'Open Data Services' |
| 60 | +project = "Flatten Tool" |
| 61 | +copyright = "2016-2020, Open Data Services" |
| 62 | +author = "Open Data Services" |
63 | 63 |
|
64 | 64 | # The version info for the project you're documenting, acts as replacement for
|
65 | 65 | # |version| and |release|, also used in various other places throughout the
|
66 | 66 | # built documents.
|
67 | 67 | #
|
68 | 68 | # The short X.Y version.
|
69 |
| -version = '0.0.0' |
| 69 | +version = "0.0.0" |
70 | 70 | # The full version, including alpha/beta/rc tags.
|
71 |
| -release = '0.0.0' |
| 71 | +release = "0.0.0" |
72 | 72 |
|
73 | 73 | # The language for content autogenerated by Sphinx. Refer to documentation
|
74 | 74 | # for a list of supported languages.
|
|
89 | 89 | # List of patterns, relative to source directory, that match files and
|
90 | 90 | # directories to ignore when looking for source files.
|
91 | 91 | # This patterns also effect to html_static_path and html_extra_path
|
92 |
| -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 92 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
93 | 93 |
|
94 | 94 | # The reST default role (used for this markup: `text`) to use for all
|
95 | 95 | # documents.
|
|
111 | 111 | # show_authors = False
|
112 | 112 |
|
113 | 113 | # The name of the Pygments (syntax highlighting) style to use.
|
114 |
| -pygments_style = 'sphinx' |
| 114 | +pygments_style = "sphinx" |
115 | 115 |
|
116 | 116 | # A list of ignored prefixes for module index sorting.
|
117 | 117 | # modindex_common_prefix = []
|
|
165 | 165 | # Add any paths that contain custom static files (such as style sheets) here,
|
166 | 166 | # relative to this directory. They are copied after the builtin static files,
|
167 | 167 | # so a file named "default.css" will overwrite the builtin "default.css".
|
168 |
| -html_static_path = ['_static'] |
| 168 | +html_static_path = ["_static"] |
169 | 169 |
|
170 | 170 | # Add any extra paths that contain custom files (such as robots.txt or
|
171 | 171 | # .htaccess) here, relative to this directory. These files are copied
|
|
245 | 245 | # html_search_scorer = 'scorer.js'
|
246 | 246 |
|
247 | 247 | # Output file base name for HTML help builder.
|
248 |
| -htmlhelp_basename = 'FlattenTooldoc' |
| 248 | +htmlhelp_basename = "FlattenTooldoc" |
249 | 249 |
|
250 | 250 | # -- Options for LaTeX output ---------------------------------------------
|
251 | 251 |
|
252 | 252 | latex_elements = {
|
253 |
| - # The paper size ('letterpaper' or 'a4paper'). |
254 |
| - # |
255 |
| - # 'papersize': 'letterpaper', |
256 |
| - |
257 |
| - # The font size ('10pt', '11pt' or '12pt'). |
258 |
| - # |
259 |
| - # 'pointsize': '10pt', |
260 |
| - |
261 |
| - # Additional stuff for the LaTeX preamble. |
262 |
| - # |
263 |
| - # 'preamble': '', |
264 |
| - |
265 |
| - # Latex figure (float) alignment |
266 |
| - # |
267 |
| - # 'figure_align': 'htbp', |
| 253 | + # The paper size ('letterpaper' or 'a4paper'). |
| 254 | + # |
| 255 | + # 'papersize': 'letterpaper', |
| 256 | + # The font size ('10pt', '11pt' or '12pt'). |
| 257 | + # |
| 258 | + # 'pointsize': '10pt', |
| 259 | + # Additional stuff for the LaTeX preamble. |
| 260 | + # |
| 261 | + # 'preamble': '', |
| 262 | + # Latex figure (float) alignment |
| 263 | + # |
| 264 | + # 'figure_align': 'htbp', |
268 | 265 | }
|
269 | 266 |
|
270 | 267 | # Grouping the document tree into LaTeX files. List of tuples
|
271 | 268 | # (source start file, target name, title,
|
272 | 269 | # author, documentclass [howto, manual, or own class]).
|
273 | 270 | latex_documents = [
|
274 |
| - (master_doc, 'FlattenTool.tex', 'Flatten Tool Documentation', |
275 |
| - 'Open Data Services', 'manual'), |
| 271 | + ( |
| 272 | + master_doc, |
| 273 | + "FlattenTool.tex", |
| 274 | + "Flatten Tool Documentation", |
| 275 | + "Open Data Services", |
| 276 | + "manual", |
| 277 | + ), |
276 | 278 | ]
|
277 | 279 |
|
278 | 280 | # The name of an image file (relative to this directory) to place at the top of
|
|
306 | 308 |
|
307 | 309 | # One entry per manual page. List of tuples
|
308 | 310 | # (source start file, name, description, authors, manual section).
|
309 |
| -man_pages = [ |
310 |
| - (master_doc, 'flattentool', 'Flatten Tool Documentation', |
311 |
| - [author], 1) |
312 |
| -] |
| 311 | +man_pages = [(master_doc, "flattentool", "Flatten Tool Documentation", [author], 1)] |
313 | 312 |
|
314 | 313 | # If true, show URL addresses after external links.
|
315 | 314 | #
|
|
322 | 321 | # (source start file, target name, title, author,
|
323 | 322 | # dir menu entry, description, category)
|
324 | 323 | texinfo_documents = [
|
325 |
| - (master_doc, 'FlattenTool', 'Flatten Tool Documentation', |
326 |
| - author, 'FlattenTool', 'One line description of project.', |
327 |
| - 'Miscellaneous'), |
| 324 | + ( |
| 325 | + master_doc, |
| 326 | + "FlattenTool", |
| 327 | + "Flatten Tool Documentation", |
| 328 | + author, |
| 329 | + "FlattenTool", |
| 330 | + "One line description of project.", |
| 331 | + "Miscellaneous", |
| 332 | + ), |
328 | 333 | ]
|
329 | 334 |
|
330 | 335 | # Documents to append as an appendix to all manuals.
|
|
0 commit comments