|
29 | 29 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
30 | 30 | # ones. |
31 | 31 | extensions = [ |
32 | | - 'sphinx.ext.autodoc', |
33 | | - 'sphinx.ext.doctest', |
34 | | - 'sphinx.ext.todo', |
35 | | - 'sphinx.ext.coverage', |
36 | | - 'sphinx.ext.mathjax', |
37 | | - 'sphinx.ext.ifconfig', |
38 | | - 'sphinx.ext.viewcode', |
| 32 | + "sphinx.ext.autodoc", |
| 33 | + "sphinx.ext.doctest", |
| 34 | + "sphinx.ext.todo", |
| 35 | + "sphinx.ext.coverage", |
| 36 | + "sphinx.ext.mathjax", |
| 37 | + "sphinx.ext.ifconfig", |
| 38 | + "sphinx.ext.viewcode", |
39 | 39 | ] |
40 | 40 |
|
41 | 41 | # Add any paths that contain templates here, relative to this directory. |
42 | | -templates_path = ['_templates'] |
| 42 | +templates_path = ["_templates"] |
43 | 43 |
|
44 | 44 | # The suffix(es) of source filenames. |
45 | 45 | # You can specify multiple suffix as a list of string: |
46 | 46 | # source_suffix = ['.rst', '.md'] |
47 | | -source_suffix = '.rst' |
| 47 | +source_suffix = ".rst" |
48 | 48 |
|
49 | 49 | # The encoding of source files. |
50 | 50 | # source_encoding = 'utf-8-sig' |
51 | 51 |
|
52 | 52 | # The master toctree document. |
53 | | -master_doc = 'index' |
| 53 | +master_doc = "index" |
54 | 54 |
|
55 | 55 | # General information about the project. |
56 | | -project = u'slackminion' |
57 | | -copyright = u'2020 Pinterest, Inc.' |
58 | | -author = u'Pinterest, Inc.' |
| 56 | +project = "slackminion" |
| 57 | +copyright = "2020 Pinterest, Inc." |
| 58 | +author = "Pinterest, Inc." |
59 | 59 |
|
60 | 60 | # The version info for the project you're documenting, acts as replacement for |
61 | 61 | # |version| and |release|, also used in various other places throughout the |
62 | 62 | # built documents. |
63 | 63 | # |
64 | 64 | # The short X.Y version. |
65 | | -version = u'0' |
| 65 | +version = "0" |
66 | 66 | # The full version, including alpha/beta/rc tags. |
67 | | -release = u'0' |
| 67 | +release = "0" |
68 | 68 |
|
69 | 69 | # The language for content autogenerated by Sphinx. Refer to documentation |
70 | 70 | # for a list of supported languages. |
|
82 | 82 | # List of patterns, relative to source directory, that match files and |
83 | 83 | # directories to ignore when looking for source files. |
84 | 84 | # This patterns also effect to html_static_path and html_extra_path |
85 | | -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 85 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
86 | 86 |
|
87 | 87 | # The reST default role (used for this markup: `text`) to use for all |
88 | 88 | # documents. |
|
100 | 100 | # show_authors = False |
101 | 101 |
|
102 | 102 | # The name of the Pygments (syntax highlighting) style to use. |
103 | | -pygments_style = 'sphinx' |
| 103 | +pygments_style = "sphinx" |
104 | 104 |
|
105 | 105 | # A list of ignored prefixes for module index sorting. |
106 | 106 | # modindex_common_prefix = [] |
|
144 | 144 | # Add any paths that contain custom static files (such as style sheets) here, |
145 | 145 | # relative to this directory. They are copied after the builtin static files, |
146 | 146 | # so a file named "default.css" will overwrite the builtin "default.css". |
147 | | -html_static_path = ['_static'] |
| 147 | +html_static_path = ["_static"] |
148 | 148 |
|
149 | 149 | # Add any extra paths that contain custom files (such as robots.txt or |
150 | 150 | # .htaccess) here, relative to this directory. These files are copied |
|
209 | 209 | # html_search_scorer = 'scorer.js' |
210 | 210 |
|
211 | 211 | # Output file base name for HTML help builder. |
212 | | -htmlhelp_basename = 'slackminiondoc' |
| 212 | +htmlhelp_basename = "slackminiondoc" |
213 | 213 |
|
214 | 214 | # -- Options for LaTeX output --------------------------------------------- |
215 | 215 |
|
216 | 216 | latex_elements = { |
217 | 217 | # The paper size ('letterpaper' or 'a4paper'). |
218 | 218 | # 'papersize': 'letterpaper', |
219 | | - |
220 | 219 | # The font size ('10pt', '11pt' or '12pt'). |
221 | 220 | # 'pointsize': '10pt', |
222 | | - |
223 | 221 | # Additional stuff for the LaTeX preamble. |
224 | 222 | # 'preamble': '', |
225 | | - |
226 | 223 | # Latex figure (float) alignment |
227 | 224 | # 'figure_align': 'htbp', |
228 | 225 | } |
|
231 | 228 | # (source start file, target name, title, |
232 | 229 | # author, documentclass [howto, manual, or own class]). |
233 | 230 | latex_documents = [ |
234 | | - (master_doc, 'slackminion.tex', u'slackminion Documentation', |
235 | | - u'Nick King', 'manual'), |
| 231 | + ( |
| 232 | + master_doc, |
| 233 | + "slackminion.tex", |
| 234 | + "slackminion Documentation", |
| 235 | + "Nick King", |
| 236 | + "manual", |
| 237 | + ), |
236 | 238 | ] |
237 | 239 |
|
238 | 240 | # The name of an image file (relative to this directory) to place at the top of |
|
260 | 262 |
|
261 | 263 | # One entry per manual page. List of tuples |
262 | 264 | # (source start file, name, description, authors, manual section). |
263 | | -man_pages = [ |
264 | | - (master_doc, 'slackminion', u'slackminion Documentation', |
265 | | - [author], 1) |
266 | | -] |
| 265 | +man_pages = [(master_doc, "slackminion", "slackminion Documentation", [author], 1)] |
267 | 266 |
|
268 | 267 | # If true, show URL addresses after external links. |
269 | 268 | # man_show_urls = False |
|
275 | 274 | # (source start file, target name, title, author, |
276 | 275 | # dir menu entry, description, category) |
277 | 276 | texinfo_documents = [ |
278 | | - (master_doc, 'slackminion', u'slackminion Documentation', |
279 | | - author, 'slackminion', 'One line description of project.', |
280 | | - 'Miscellaneous'), |
| 277 | + ( |
| 278 | + master_doc, |
| 279 | + "slackminion", |
| 280 | + "slackminion Documentation", |
| 281 | + author, |
| 282 | + "slackminion", |
| 283 | + "One line description of project.", |
| 284 | + "Miscellaneous", |
| 285 | + ), |
281 | 286 | ] |
282 | 287 |
|
283 | 288 | # Documents to append as an appendix to all manuals. |
|
0 commit comments