|
113 | 113 | 'github_user': 'tobinus', |
114 | 114 | 'github_repo': 'python-podgen', |
115 | 115 | 'github_banner': True, |
| 116 | + 'logo_name': False, |
| 117 | + 'logo': 'logo.png', |
116 | 118 | } |
117 | 119 |
|
118 | 120 | # Add any paths that contain custom themes here, relative to this directory. |
|
132 | 134 | # The name of an image file (within the static path) to use as favicon of the |
133 | 135 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
134 | 136 | # pixels large. |
135 | | -#html_favicon = None |
| 137 | +html_favicon = "favicon.ico" |
136 | 138 |
|
137 | 139 | # Add any paths that contain custom static files (such as style sheets) here, |
138 | 140 | # relative to this directory. They are copied after the builtin static files, |
|
243 | 245 | # One entry per manual page. List of tuples |
244 | 246 | # (source start file, name, description, authors, manual section). |
245 | 247 | man_pages = [ |
246 | | - ('index', 'pyPodGen.tex', u'pyPodGen Documentation', |
247 | | - [u'Lars Kiesow'], 1) |
| 248 | + ('index', 'pyPodGen.tex', u'PodGen Documentation', |
| 249 | + [u'Lars Kiesow', u'Thorben Dahl'], 1) |
248 | 250 | ] |
249 | 251 |
|
250 | 252 | # If true, show URL addresses after external links. |
|
257 | 259 | # (source start file, target name, title, author, |
258 | 260 | # dir menu entry, description, category) |
259 | 261 | texinfo_documents = [ |
260 | | - ('index', 'pyPodGen.tex', u'pyPodGen Documentation', |
261 | | - u'Lars Kiesow', 'Lernfunk3', 'One line description of project.', |
| 262 | + ('index', 'pyPodGen.tex', u'PodGen Documentation', |
| 263 | + u'Lars Kiesow, Thorben Dahl', 'Lernfunk3', 'One line description of project.', |
262 | 264 | 'Miscellaneous'), |
263 | 265 | ] |
264 | 266 |
|
|
0 commit comments