|
1 | 1 | # -*- coding: utf-8 -*- |
| 2 | +DESCRIPTION = ( |
| 3 | + 'A generic request and response interface for pyexcel web extensions.' + |
| 4 | + '' |
| 5 | +) |
2 | 6 | extensions = [ |
3 | 7 | 'sphinx.ext.autodoc', |
4 | 8 | 'sphinx.ext.doctest', |
|
15 | 19 | master_doc = 'index' |
16 | 20 |
|
17 | 21 | project = u'pyexcel-webio' |
18 | | -copyright = u'2015-2016 Onni Software Ltd.' |
19 | | -version = '0.0.9' |
20 | | -release = '0.0.10' |
| 22 | +copyright = u'2015-2017 Onni Software Ltd.' |
| 23 | +version = '0.0.10' |
| 24 | +release = '0.0.11' |
21 | 25 | exclude_patterns = [] |
22 | 26 | pygments_style = 'sphinx' |
23 | 27 | html_theme = 'default' |
24 | 28 | html_static_path = ['_static'] |
25 | 29 | htmlhelp_basename = 'pyexcel-webiodoc' |
26 | 30 | latex_elements = {} |
27 | 31 | latex_documents = [ |
28 | | - ('index', 'pyexcel-webio.tex', u'pyexcel-webio Documentation', |
| 32 | + ('index', 'pyexcel-webio.tex', |
| 33 | + 'pyexcel-webio Documentation', |
29 | 34 | 'Onni Software Ltd.', 'manual'), |
30 | 35 | ] |
31 | 36 | man_pages = [ |
32 | | - ('index', 'pyexcel-webio', u'pyexcel-webio Documentation', |
| 37 | + ('index', 'pyexcel-webio', |
| 38 | + 'pyexcel-webio Documentation', |
33 | 39 | [u'Onni Software Ltd.'], 1) |
34 | 40 | ] |
35 | 41 | texinfo_documents = [ |
36 | | - ('index', 'pyexcel-webio', u'pyexcel-webio Documentation', |
37 | | - 'Onni Software Ltd.', 'pyexcel-webio', 'One line description of project.', |
| 42 | + ('index', 'pyexcel-webio', |
| 43 | + 'pyexcel-webio Documentation', |
| 44 | + 'Onni Software Ltd.', 'pyexcel-webio', |
| 45 | + DESCRIPTION, |
38 | 46 | 'Miscellaneous'), |
39 | 47 | ] |
0 commit comments