conf | index conf.py conf.py.html |
# -*- coding: utf-8 -*-
#
# ANSIColors-balises documentation build configuration file, created by
# sphinx-quickstart on Thu Mar 14 10:27:52 2013.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All configuration values have a default; values that are commented out
# serve to show the default.
Modules | ||||||
|
Data | ||
add_function_parentheses = True add_module_names = True autodoc_default_flags = ['members', 'private-members'] autodoc_member_order = 'bysource' copyright = u'2013, Lilian Besson' exclude_patterns = ['.build'] extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode'] html_add_permalinks = True html_last_updated_fmt = u'%A %d/%m/%Y, %Hh:%Mm:%Ss' html_show_copyright = True html_show_sourcelink = True html_show_sphinx = True html_sidebars = {'**': ['localtoc.html', 'searchbox.html', 'sourcelink.html', 'globaltoc.html']} html_static_path = ['.static'] html_theme = 'default' html_theme_options = {'collapsiblesidebar': True, 'externalrefs': True} html_use_smartypants = True htmlhelp_basename = 'ANSIColors-balisesdoc' latex_documents = [('index', 'ANSIColors-balises.tex', u'ANSIColors-balises Documentation', u'Lilian Besson', 'howto')] latex_elements = {} latex_show_pagerefs = True latex_show_urls = True man_pages = [('index', 'ansicolors-balises', u'ANSIColors-balises Documentation', [u'Lilian Besson'], 1)] master_doc = 'index' needs_sphinx = '1.1' project = u'ANSIColors-balises' pygments_style = 'sphinx' release = 'public' source_suffix = '.rst' templates_path = ['.templates'] texinfo_documents = [('index', 'ANSIColors-balises', u'ANSIColors-balises Documentation', u'Lilian Besson', 'ANSIColors-balises', 'One line description of project.', 'Miscellaneous')] today = '' today_fmt = u'%d/%m/%Y, %Hh:%Mm:%Ss' version = '1.9.9' |