|
67 | 67 | master_doc = 'index' |
68 | 68 |
|
69 | 69 | # General information about the project. |
70 | | -project = 'asyncbleach' |
71 | | -copyright = 'The asyncbleach authors' |
72 | | -author = 'The asyncbleach authors' |
| 70 | +project = 'unasync' |
| 71 | +copyright = 'The unasync authors' |
| 72 | +author = 'The unasync authors' |
73 | 73 |
|
74 | 74 | # The version info for the project you're documenting, acts as replacement for |
75 | 75 | # |version| and |release|, also used in various other places throughout the |
76 | 76 | # built documents. |
77 | 77 | # |
78 | 78 | # The short X.Y version. |
79 | | -import asyncbleach |
80 | | -version = asyncbleach.__version__ |
| 79 | +import unasync |
| 80 | +version = unasync.__version__ |
81 | 81 | # The full version, including alpha/beta/rc tags. |
82 | 82 | release = version |
83 | 83 |
|
|
140 | 140 | # -- Options for HTMLHelp output ------------------------------------------ |
141 | 141 |
|
142 | 142 | # Output file base name for HTML help builder. |
143 | | -htmlhelp_basename = 'asyncbleachdoc' |
| 143 | +htmlhelp_basename = 'unasyncdoc' |
144 | 144 |
|
145 | 145 |
|
146 | 146 | # -- Options for LaTeX output --------------------------------------------- |
|
167 | 167 | # (source start file, target name, title, |
168 | 168 | # author, documentclass [howto, manual, or own class]). |
169 | 169 | latex_documents = [ |
170 | | - (master_doc, 'asyncbleach.tex', 'Trio Documentation', |
| 170 | + (master_doc, 'unasync.tex', 'Trio Documentation', |
171 | 171 | author, 'manual'), |
172 | 172 | ] |
173 | 173 |
|
|
177 | 177 | # One entry per manual page. List of tuples |
178 | 178 | # (source start file, name, description, authors, manual section). |
179 | 179 | man_pages = [ |
180 | | - (master_doc, 'asyncbleach', 'asyncbleach Documentation', |
| 180 | + (master_doc, 'unasync', 'unasync Documentation', |
181 | 181 | [author], 1) |
182 | 182 | ] |
183 | 183 |
|
|
188 | 188 | # (source start file, target name, title, author, |
189 | 189 | # dir menu entry, description, category) |
190 | 190 | texinfo_documents = [ |
191 | | - (master_doc, 'asyncbleach', 'asyncbleach Documentation', |
192 | | - author, 'asyncbleach', 'The async transformation code.', |
| 191 | + (master_doc, 'unasync', 'unasync Documentation', |
| 192 | + author, 'unasync', 'The async transformation code.', |
193 | 193 | 'Miscellaneous'), |
194 | 194 | ] |
0 commit comments