|
1 | 1 | # -*- coding: utf-8 -*-
|
| 2 | +DESCRIPTION = ( |
| 3 | + 'A wrapper library to read, manipulate and write data in ods format' + |
| 4 | + '' |
| 5 | +) |
2 | 6 | extensions = [
|
3 | 7 | 'sphinx.ext.autodoc',
|
4 | 8 | 'sphinx.ext.doctest',
|
|
25 | 29 | htmlhelp_basename = 'pyexcel-ods3doc'
|
26 | 30 | latex_elements = {}
|
27 | 31 | latex_documents = [
|
28 |
| - ('index', 'pyexcel-ods3.tex', u'pyexcel-ods3 Documentation', |
| 32 | + ('index', 'pyexcel-ods3.tex', |
| 33 | + 'pyexcel-ods3 Documentation', |
29 | 34 | 'Onni Software Ltd.', 'manual'),
|
30 | 35 | ]
|
31 | 36 | man_pages = [
|
32 |
| - ('index', 'pyexcel-ods3', u'pyexcel-ods3 Documentation', |
| 37 | + ('index', 'pyexcel-ods3', |
| 38 | + 'pyexcel-ods3 Documentation', |
33 | 39 | [u'Onni Software Ltd.'], 1)
|
34 | 40 | ]
|
35 | 41 | texinfo_documents = [
|
36 |
| - ('index', 'pyexcel-ods3', u'pyexcel-ods3 Documentation', |
37 |
| - 'Onni Software Ltd.', 'pyexcel-ods3', 'One line description of project.', |
| 42 | + ('index', 'pyexcel-ods3', |
| 43 | + 'pyexcel-ods3 Documentation', |
| 44 | + 'Onni Software Ltd.', 'pyexcel-ods3', |
| 45 | + DESCRIPTION, |
38 | 46 | 'Miscellaneous'),
|
39 | 47 | ]
|
0 commit comments