|
47 | 47 |
|
48 | 48 | # General information about the project. |
49 | 49 | project = u'Django Readonly Field' |
50 | | -copyright = u'2016, Joachim Jablon' |
| 50 | +copyright = u'2016, UKG' |
51 | 51 |
|
52 | 52 | # The version info for the project you're documenting, acts as replacement for |
53 | 53 | # |version| and |release|, also used in various other places throughout the |
|
193 | 193 | # (source start file, target name, title, author, documentclass [howto/manual]). |
194 | 194 | latex_documents = [ |
195 | 195 | ('index', 'django-readonly-field.tex', u'Django Readonly Field Documentation', |
196 | | - u'Joachim Jablon', 'manual'), |
| 196 | + 'UKG', 'manual'), |
197 | 197 | ] |
198 | 198 |
|
199 | 199 | # The name of an image file (relative to this directory) to place at the top of |
|
223 | 223 | # (source start file, name, description, authors, manual section). |
224 | 224 | man_pages = [ |
225 | 225 | ('index', 'django-readonly-field', u'Django Readonly Field Documentation', |
226 | | - [u'Joachim Jablon'], 1) |
| 226 | + [u'UKG'], 1) |
227 | 227 | ] |
228 | 228 |
|
229 | 229 | # If true, show URL addresses after external links. |
|
237 | 237 | # dir menu entry, description, category) |
238 | 238 | texinfo_documents = [ |
239 | 239 | ('index', 'django-readonly-field', u'Django Readonly Field Documentation', |
240 | | - u'Joachim Jablon', 'django-readonly-field', 'One line description of project.', |
| 240 | + u'UKG', 'django-readonly-field', 'One line description of project.', |
241 | 241 | 'Miscellaneous'), |
242 | 242 | ] |
243 | 243 |
|
|
0 commit comments