|
|
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sp...
|
|
|
templates_path = ['_templates']
|
|
|
source_suffix = '.rst'
|
|
|
master_doc = 'index'
|
|
|
project = u'copr-backend'
|
|
|
copyright = u'2014, Copr dev team'
|
|
|
version = '0.48'
|
|
|
release = '0.48'
|
|
|
exclude_patterns = []
|
|
|
pygments_style = 'sphinx'
|
|
|
html_theme = 'default'
|
|
|
html_static_path = ['_static']
|
|
|
htmlhelp_basename = 'copr-backenddoc'
|
|
|
latex_elements = {}
|
|
|
latex_documents = [('index', 'copr-backend.tex', u'copr-backen...
|
|
|
man_pages = [('index', 'copr-backend', u'copr-backend Document...
|
|
|
texinfo_documents = [('index', 'copr-backend', u'copr-backend ...
|
|
|
autodoc_member_order = 'bysource'
|
|
|
autodoc_default_flags = ['members', 'undoc-members', 'private-...
|
|
|
__package__ = None
|