|
30 | 30 | ("py:class", "CapacityLimiter-like object"), |
31 | 31 | ("py:class", "bytes-like"), |
32 | 32 | ("py:class", "None"), |
33 | | - |
34 | 33 | ("py:func", "trio_asyncio.wait_for_child"), |
35 | 34 | ("py:func", "trio_asyncio.run_future"), |
36 | 35 | ("py:func", "trio_asyncio.run_coroutine"), |
|
118 | 117 | # If true, `todo` and `todoList` produce output, else they produce nothing. |
119 | 118 | todo_include_todos = False |
120 | 119 |
|
121 | | - |
122 | 120 | # -- Options for HTML output ---------------------------------------------- |
123 | 121 |
|
124 | 122 | # The theme to use for HTML and HTML Help pages. See the documentation for |
|
152 | 150 | # so a file named "default.css" will overwrite the builtin "default.css". |
153 | 151 | html_static_path = ['_static'] |
154 | 152 |
|
155 | | - |
156 | 153 | # -- Options for HTMLHelp output ------------------------------------------ |
157 | 154 |
|
158 | 155 | # Output file base name for HTML help builder. |
159 | 156 | htmlhelp_basename = 'trio-asyncio-doc' |
160 | 157 |
|
161 | | - |
162 | 158 | # -- Options for LaTeX output --------------------------------------------- |
163 | 159 |
|
164 | 160 | latex_elements = { |
|
183 | 179 | # (source start file, target name, title, |
184 | 180 | # author, documentclass [howto, manual, or own class]). |
185 | 181 | latex_documents = [ |
186 | | - (master_doc, 'trio-asyncio.tex', 'Trio Documentation', |
187 | | - author, 'manual'), |
| 182 | + (master_doc, 'trio-asyncio.tex', 'Trio Documentation', author, 'manual'), |
188 | 183 | ] |
189 | 184 |
|
190 | | - |
191 | 185 | # -- Options for manual page output --------------------------------------- |
192 | 186 |
|
193 | 187 | # One entry per manual page. List of tuples |
194 | 188 | # (source start file, name, description, authors, manual section). |
195 | | -man_pages = [ |
196 | | - (master_doc, 'trio-asyncio', 'trio-asyncio Documentation', |
197 | | - [author], 1) |
198 | | -] |
199 | | - |
| 189 | +man_pages = [(master_doc, 'trio-asyncio', 'trio-asyncio Documentation', [author], 1)] |
200 | 190 |
|
201 | 191 | # -- Options for Texinfo output ------------------------------------------- |
202 | 192 |
|
203 | 193 | # Grouping the document tree into Texinfo files. List of tuples |
204 | 194 | # (source start file, target name, title, author, |
205 | 195 | # dir menu entry, description, category) |
206 | 196 | texinfo_documents = [ |
207 | | - (master_doc, 'trio-asyncio', 'trio-asyncio Documentation', |
208 | | - author, 'trio-asyncio', 'A re-implementation of the asyncio mainloop on top of Trio', |
209 | | - 'Miscellaneous'), |
| 197 | + ( |
| 198 | + master_doc, 'trio-asyncio', 'trio-asyncio Documentation', author, 'trio-asyncio', |
| 199 | + 'A re-implementation of the asyncio mainloop on top of Trio', 'Miscellaneous' |
| 200 | + ), |
210 | 201 | ] |
0 commit comments