|
56 | 56 |
|
57 | 57 | # General information about the project.
|
58 | 58 | project = u'Infoblox Client'
|
59 |
| -copyright = u'2015, Pavel Bondar' |
| 59 | +copyright = u'2015-2016, Infoblox' |
60 | 60 |
|
61 | 61 | # The version info for the project you're documenting, acts as replacement
|
62 | 62 | # for |version| and |release|, also used in various other places throughout
|
|
210 | 210 | latex_documents = [
|
211 | 211 | ('index', 'infoblox-client.tex',
|
212 | 212 | u'Infoblox Client Documentation',
|
213 |
| - u'Pavel Bondar', 'manual'), |
| 213 | + u'John Belamaric', 'manual'), |
214 | 214 | ]
|
215 | 215 |
|
216 | 216 | # The name of an image file (relative to this directory) to place at
|
|
241 | 241 | man_pages = [
|
242 | 242 | ('index', 'infoblox-client',
|
243 | 243 | u'Infoblox Client Documentation',
|
244 |
| - [u'Pavel Bondar'], 1) |
| 244 | + [u'John Belamaric'], 1) |
245 | 245 | ]
|
246 | 246 |
|
247 | 247 | # If true, show URL addresses after external links.
|
|
256 | 256 | texinfo_documents = [
|
257 | 257 | ('index', 'infoblox-client',
|
258 | 258 | u'Infoblox Client Documentation',
|
259 |
| - u'Pavel Bondar', |
| 259 | + u'John Belamaric', |
260 | 260 | 'infoblox-client',
|
261 | 261 | 'One line description of project.',
|
262 | 262 | 'Miscellaneous'),
|
|
0 commit comments