|
217 | 217 | # One entry per manual page. List of tuples |
218 | 218 | # (source start file, name, description, authors, manual section). |
219 | 219 | man_pages = [ |
220 | | - ('index', 'pythontips', u'Python Tips Documentation', |
| 220 | + ('index', 'pythontips', u'Python Tips', |
221 | 221 | [u'Muhammad Yasoob Ullah Khalid'], 1) |
222 | 222 | ] |
223 | 223 |
|
|
231 | 231 | # (source start file, target name, title, author, |
232 | 232 | # dir menu entry, description, category) |
233 | 233 | texinfo_documents = [ |
234 | | - ('index', 'PythonTips', u'Python Tips Documentation', |
| 234 | + ('index', 'PythonTips', u'Python Tips', |
235 | 235 | u'Muhammad Yasoob Ullah Khalid', 'PythonTips', 'One line description of project.', |
236 | 236 | 'Miscellaneous'), |
237 | 237 | ] |
|
255 | 255 | epub_title = u'Python Tips' |
256 | 256 | epub_author = u'Muhammad Yasoob Ullah Khalid' |
257 | 257 | epub_publisher = u'Muhammad Yasoob Ullah Khalid' |
258 | | -epub_copyright = u'2015, Muhammad Yasoob Ullah Khalid' |
| 258 | +epub_copyright = u'2017, Muhammad Yasoob Ullah Khalid' |
259 | 259 |
|
260 | 260 |
|
261 | 261 | #epub_theme = 'epub' |
|
313 | 313 | #html_theme_path = ['_themes'] |
314 | 314 | html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] |
315 | 315 | html_theme = 'sphinx_rtd_theme' |
| 316 | + |
| 317 | + |
| 318 | +def setup(app): |
| 319 | + app.add_javascript("js/ad.js") |
0 commit comments