debian-python-pyexcel-xls/docs/source/conf.py

40 lines
1.0 KiB
Python

# -*- coding: utf-8 -*-
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode',
]
intersphinx_mapping = {
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None)
}
spelling_word_list_filename = 'spelling_wordlist.txt'
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'pyexcel-xls'
copyright = u'2015-2016 Onni Software Ltd.'
version = '0.2.1'
release = '0.2.2'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'
html_static_path = ['_static']
htmlhelp_basename = 'pyexcel-xlsdoc'
latex_elements = {}
latex_documents = [
('index', 'pyexcel-xls.tex', u'pyexcel-xls Documentation',
'Onni Software Ltd.', 'manual'),
]
man_pages = [
('index', 'pyexcel-xls', u'pyexcel-xls Documentation',
[u'Onni Software Ltd.'], 1)
]
texinfo_documents = [
('index', 'pyexcel-xls', u'pyexcel-xls Documentation',
'Onni Software Ltd.', 'pyexcel-xls', 'One line description of project.',
'Miscellaneous'),
]