|
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | 43 | project = u'ftfy' |
44 | | -copyright = u'2017, Rob Speer' |
| 44 | +copyright = u'2018, Robyn Speer' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for |
47 | 47 | # |version| and |release|, also used in various other places throughout the |
48 | 48 | # built documents. |
49 | 49 | # |
50 | 50 | # The short X.Y version. |
51 | | -version = '5.3' |
| 51 | +version = '5.5' |
52 | 52 | # The full version, including alpha/beta/rc tags. |
53 | | -release = '5.3.0' |
| 53 | +release = '5.5.2' |
54 | 54 |
|
55 | 55 | # The language for content autogenerated by Sphinx. Refer to documentation |
56 | 56 | # for a list of supported languages. |
|
185 | 185 |
|
186 | 186 | # Grouping the document tree into LaTeX files. List of tuples |
187 | 187 | # (source start file, target name, title, author, documentclass [howto/manual]). |
188 | | -latex_documents = [ |
189 | | - ('index', 'ftfy.tex', u'ftfy Documentation', |
190 | | - u'Rob Speer', 'manual'), |
191 | | -] |
| 188 | +latex_documents = [] |
192 | 189 |
|
193 | 190 | # The name of an image file (relative to this directory) to place at the top of |
194 | 191 | # the title page. |
|
216 | 213 | # One entry per manual page. List of tuples |
217 | 214 | # (source start file, name, description, authors, manual section). |
218 | 215 | man_pages = [ |
219 | | - ('index', 'ftfy', u'ftfy Documentation', |
220 | | - [u'Rob Speer'], 1) |
| 216 | + ('index', 'ftfy', 'ftfy Documentation', ['Robyn Speer'], 1) |
221 | 217 | ] |
222 | 218 |
|
223 | 219 | # If true, show URL addresses after external links. |
|
229 | 225 | # Grouping the document tree into Texinfo files. List of tuples |
230 | 226 | # (source start file, target name, title, author, |
231 | 227 | # dir menu entry, description, category) |
232 | | -texinfo_documents = [ |
233 | | - ('index', 'ftfy', u'ftfy Documentation', |
234 | | - u'Rob Speer', 'ftfy', 'One line description of project.', |
235 | | - 'Miscellaneous'), |
236 | | -] |
| 228 | +texinfo_documents = [] |
237 | 229 |
|
238 | 230 | # Documents to append as an appendix to all manuals. |
239 | 231 | #texinfo_appendices = [] |
|
0 commit comments