|
184 | 184 | # (source start file, target name, title, author, documentclass [howto/manual]).
|
185 | 185 | latex_documents = [
|
186 | 186 | ('index', 'Postgrespy.tex', u'Postgres.py Documentation',
|
187 |
| - u'Gittip, LLC', 'manual'), |
| 187 | + u'Gratipay, LLC', 'manual'), |
188 | 188 | ]
|
189 | 189 |
|
190 | 190 | # The name of an image file (relative to this directory) to place at the top of
|
|
214 | 214 | # (source start file, name, description, authors, manual section).
|
215 | 215 | man_pages = [
|
216 | 216 | ('index', 'postgrespy', u'Postgres.py Documentation',
|
217 |
| - [u'Gittip, LLC'], 1) |
| 217 | + [u'Gratipay, LLC'], 1) |
218 | 218 | ]
|
219 | 219 |
|
220 | 220 | # If true, show URL addresses after external links.
|
|
228 | 228 | # dir menu entry, description, category)
|
229 | 229 | texinfo_documents = [
|
230 | 230 | ('index', 'Postgrespy', u'Postgres.py Documentation',
|
231 |
| - u'Gittip, LLC', 'Postgrespy', 'One line description of project.', |
| 231 | + u'Gratipay, LLC', 'Postgrespy', 'One line description of project.', |
232 | 232 | 'Miscellaneous'),
|
233 | 233 | ]
|
234 | 234 |
|
|
0 commit comments