|
49 | 49 |
|
50 | 50 | # General information about the project. |
51 | 51 | project = u'django-excel' |
52 | | -copyright = u'2015, C. W.' |
| 52 | +copyright = u'2015 by Onni Software Ltd.' |
53 | 53 |
|
54 | 54 | # The version info for the project you're documenting, acts as replacement for |
55 | 55 | # |version| and |release|, also used in various other places throughout the |
56 | 56 | # built documents. |
57 | 57 | # |
58 | 58 | # The short X.Y version. |
59 | | -version = '0.0.1' |
| 59 | +version = '0.0.2' |
60 | 60 | # The full version, including alpha/beta/rc tags. |
61 | | -release = '0.0.1' |
| 61 | +release = '0.0.2' |
62 | 62 |
|
63 | 63 | # The language for content autogenerated by Sphinx. Refer to documentation |
64 | 64 | # for a list of supported languages. |
|
202 | 202 | # author, documentclass [howto, manual, or own class]). |
203 | 203 | latex_documents = [ |
204 | 204 | ('index', 'django-excel.tex', u'django-excel Documentation', |
205 | | - u'C. W.', 'manual'), |
| 205 | + u'Onni Software Ltd.', 'manual'), |
206 | 206 | ] |
207 | 207 |
|
208 | 208 | # The name of an image file (relative to this directory) to place at the top of |
|
232 | 232 | # (source start file, name, description, authors, manual section). |
233 | 233 | man_pages = [ |
234 | 234 | ('index', 'django-excel', u'django-excel Documentation', |
235 | | - [u'C. W.'], 1) |
| 235 | + [u'Onni Software ltd.'], 1) |
236 | 236 | ] |
237 | 237 |
|
238 | 238 | # If true, show URL addresses after external links. |
|
246 | 246 | # dir menu entry, description, category) |
247 | 247 | texinfo_documents = [ |
248 | 248 | ('index', 'django-excel', u'django-excel Documentation', |
249 | | - u'C. W.', 'django-excel', 'One line description of project.', |
| 249 | + u'Onni Software Ltd.', 'django-excel', 'One line description of project.', |
250 | 250 | 'Miscellaneous'), |
251 | 251 | ] |
252 | 252 |
|
|
0 commit comments