Blame doc/conf.py

Packit 1422b7
# -*- coding: utf-8 -*-
Packit 1422b7
#
Packit 1422b7
# Liblognorm documentation build configuration file, created by
Packit 1422b7
# sphinx-quickstart on Mon Dec 16 13:12:44 2013.
Packit 1422b7
#
Packit 1422b7
# This file is execfile()d with the current directory set to its containing dir.
Packit 1422b7
#
Packit 1422b7
# Note that not all possible configuration values are present in this
Packit 1422b7
# autogenerated file.
Packit 1422b7
#
Packit 1422b7
# All configuration values have a default; values that are commented out
Packit 1422b7
# serve to show the default.
Packit 1422b7
Packit 1422b7
import sys, os
Packit 1422b7
Packit 1422b7
# If extensions (or modules to document with autodoc) are in another directory,
Packit 1422b7
# add these directories to sys.path here. If the directory is relative to the
Packit 1422b7
# documentation root, use os.path.abspath to make it absolute, like shown here.
Packit 1422b7
#sys.path.insert(0, os.path.abspath('.'))
Packit 1422b7
Packit 1422b7
# -- General configuration -----------------------------------------------------
Packit 1422b7
Packit 1422b7
# If your documentation needs a minimal Sphinx version, state it here.
Packit 1422b7
#needs_sphinx = '1.0'
Packit 1422b7
Packit 1422b7
# Add any Sphinx extension module names here, as strings. They can be extensions
Packit 1422b7
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
Packit 1422b7
extensions = []
Packit 1422b7
Packit 1422b7
# Add any paths that contain templates here, relative to this directory.
Packit 1422b7
templates_path = ['_templates']
Packit 1422b7
Packit 1422b7
# The suffix of source filenames.
Packit 1422b7
source_suffix = '.rst'
Packit 1422b7
Packit 1422b7
# The encoding of source files.
Packit 1422b7
#source_encoding = 'utf-8-sig'
Packit 1422b7
Packit 1422b7
# The master toctree document.
Packit 1422b7
master_doc = 'index'
Packit 1422b7
Packit 1422b7
# General information about the project.
Packit 1422b7
project = u'Liblognorm'
Packit 1422b7
copyright = u'Adiscon'
Packit 1422b7
Packit 1422b7
# The version info for the project you're documenting, acts as replacement for
Packit 1422b7
# |version| and |release|, also used in various other places throughout the
Packit 1422b7
# built documents.
Packit 1422b7
#
Packit 1422b7
# The short X.Y version.
Packit 1422b7
version = '1.1'
Packit 1422b7
# The full version, including alpha/beta/rc tags.
Packit 1422b7
release = '1.1.2'
Packit 1422b7
Packit 1422b7
# The language for content autogenerated by Sphinx. Refer to documentation
Packit 1422b7
# for a list of supported languages.
Packit 1422b7
language = None
Packit 1422b7
Packit 1422b7
# There are two options for replacing |today|: either, you set today to some
Packit 1422b7
# non-false value, then it is used:
Packit 1422b7
#today = ''
Packit 1422b7
# Else, today_fmt is used as the format for a strftime call.
Packit 1422b7
#today_fmt = '%B %d, %Y'
Packit 1422b7
Packit 1422b7
# List of patterns, relative to source directory, that match files and
Packit 1422b7
# directories to ignore when looking for source files.
Packit 1422b7
exclude_patterns = ['_build']
Packit 1422b7
Packit 1422b7
# The reST default role (used for this markup: `text`) to use for all documents.
Packit 1422b7
#default_role = None
Packit 1422b7
Packit 1422b7
# If true, '()' will be appended to :func: etc. cross-reference text.
Packit 1422b7
#add_function_parentheses = True
Packit 1422b7
Packit 1422b7
# If true, the current module name will be prepended to all description
Packit 1422b7
# unit titles (such as .. function::).
Packit 1422b7
#add_module_names = True
Packit 1422b7
Packit 1422b7
# If true, sectionauthor and moduleauthor directives will be shown in the
Packit 1422b7
# output. They are ignored by default.
Packit 1422b7
#show_authors = False
Packit 1422b7
Packit 1422b7
# The name of the Pygments (syntax highlighting) style to use.
Packit 1422b7
pygments_style = 'sphinx'
Packit 1422b7
Packit 1422b7
# A list of ignored prefixes for module index sorting.
Packit 1422b7
#modindex_common_prefix = []
Packit 1422b7
Packit 1422b7
Packit 1422b7
# -- Options for HTML output ---------------------------------------------------
Packit 1422b7
Packit 1422b7
# The theme to use for HTML and HTML Help pages.  See the documentation for
Packit 1422b7
# a list of builtin themes.
Packit 1422b7
html_theme = 'haiku'
Packit 1422b7
Packit 1422b7
# Theme options are theme-specific and customize the look and feel of a theme
Packit 1422b7
# further.  For a list of options available for each theme, see the
Packit 1422b7
# documentation.
Packit 1422b7
#html_theme_options = {}
Packit 1422b7
Packit 1422b7
# Add any paths that contain custom themes here, relative to this directory.
Packit 1422b7
#html_theme_path = []
Packit 1422b7
Packit 1422b7
# The name for this set of Sphinx documents.  If None, it defaults to
Packit 1422b7
# "<project> v<release> documentation".
Packit 1422b7
#html_title = None
Packit 1422b7
html_title = "A fast log normalization library"
Packit 1422b7
Packit 1422b7
# A shorter title for the navigation bar.  Default is the same as html_title.
Packit 1422b7
# html_short_title = None
Packit 1422b7
html_short_title = project + " " + release + " documentation"
Packit 1422b7
Packit 1422b7
# The name of an image file (relative to this directory) to place at the top
Packit 1422b7
# of the sidebar.
Packit 1422b7
#html_logo = None
Packit 1422b7
Packit 1422b7
# The name of an image file (within the static path) to use as favicon of the
Packit 1422b7
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
Packit 1422b7
# pixels large.
Packit 1422b7
#html_favicon = None
Packit 1422b7
Packit 1422b7
# Add any paths that contain custom static files (such as style sheets) here,
Packit 1422b7
# relative to this directory. They are copied after the builtin static files,
Packit 1422b7
# so a file named "default.css" will overwrite the builtin "default.css".
Packit 1422b7
html_static_path = ['_static']
Packit 1422b7
Packit 1422b7
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
Packit 1422b7
# using the given strftime format.
Packit 1422b7
#html_last_updated_fmt = '%b %d, %Y'
Packit 1422b7
Packit 1422b7
# If true, SmartyPants will be used to convert quotes and dashes to
Packit 1422b7
# typographically correct entities.
Packit 1422b7
#html_use_smartypants = True
Packit 1422b7
Packit 1422b7
# Custom sidebar templates, maps document names to template names.
Packit 1422b7
#html_sidebars = {}
Packit 1422b7
Packit 1422b7
# Additional templates that should be rendered to pages, maps page names to
Packit 1422b7
# template names.
Packit 1422b7
#html_additional_pages = {}
Packit 1422b7
Packit 1422b7
# If false, no module index is generated.
Packit 1422b7
#html_domain_indices = True
Packit 1422b7
Packit 1422b7
# If false, no index is generated.
Packit 1422b7
html_use_index = False
Packit 1422b7
Packit 1422b7
# If true, the index is split into individual pages for each letter.
Packit 1422b7
#html_split_index = False
Packit 1422b7
Packit 1422b7
# If true, links to the reST sources are added to the pages.
Packit 1422b7
#html_show_sourcelink = True
Packit 1422b7
Packit 1422b7
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
Packit 1422b7
#html_show_sphinx = True
Packit 1422b7
Packit 1422b7
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
Packit 1422b7
html_show_copyright = False
Packit 1422b7
Packit 1422b7
# If true, an OpenSearch description file will be output, and all pages will
Packit 1422b7
# contain a <link> tag referring to it.  The value of this option must be the
Packit 1422b7
# base URL from which the finished HTML is served.
Packit 1422b7
#html_use_opensearch = ''
Packit 1422b7
Packit 1422b7
# This is the file name suffix for HTML files (e.g. ".xhtml").
Packit 1422b7
#html_file_suffix = None
Packit 1422b7
Packit 1422b7
# Output file base name for HTML help builder.
Packit 1422b7
htmlhelp_basename = 'Liblognormdoc'
Packit 1422b7
Packit 1422b7
Packit 1422b7
# -- Options for LaTeX output --------------------------------------------------
Packit 1422b7
Packit 1422b7
latex_elements = {
Packit 1422b7
# The paper size ('letterpaper' or 'a4paper').
Packit 1422b7
#'papersize': 'letterpaper',
Packit 1422b7
Packit 1422b7
# The font size ('10pt', '11pt' or '12pt').
Packit 1422b7
#'pointsize': '10pt',
Packit 1422b7
Packit 1422b7
# Additional stuff for the LaTeX preamble.
Packit 1422b7
#'preamble': '',
Packit 1422b7
}
Packit 1422b7
Packit 1422b7
# Grouping the document tree into LaTeX files. List of tuples
Packit 1422b7
# (source start file, target name, title, author, documentclass [howto/manual]).
Packit 1422b7
latex_documents = [
Packit 1422b7
  ('index', 'Liblognorm.tex', u'Liblognorm Documentation',
Packit 1422b7
   u'Pavel Levshin', 'manual'),
Packit 1422b7
]
Packit 1422b7
Packit 1422b7
# The name of an image file (relative to this directory) to place at the top of
Packit 1422b7
# the title page.
Packit 1422b7
#latex_logo = None
Packit 1422b7
Packit 1422b7
# For "manual" documents, if this is true, then toplevel headings are parts,
Packit 1422b7
# not chapters.
Packit 1422b7
#latex_use_parts = False
Packit 1422b7
Packit 1422b7
# If true, show page references after internal links.
Packit 1422b7
#latex_show_pagerefs = False
Packit 1422b7
Packit 1422b7
# If true, show URL addresses after external links.
Packit 1422b7
#latex_show_urls = False
Packit 1422b7
Packit 1422b7
# Documents to append as an appendix to all manuals.
Packit 1422b7
#latex_appendices = []
Packit 1422b7
Packit 1422b7
# If false, no module index is generated.
Packit 1422b7
#latex_domain_indices = True
Packit 1422b7
Packit 1422b7
Packit 1422b7
# -- Options for manual page output --------------------------------------------
Packit 1422b7
Packit 1422b7
# One entry per manual page. List of tuples
Packit 1422b7
# (source start file, name, description, authors, manual section).
Packit 1422b7
man_pages = [
Packit 1422b7
    ('index', 'liblognorm', u'Liblognorm Documentation',
Packit 1422b7
     [u'Pavel Levshin'], 1)
Packit 1422b7
]
Packit 1422b7
Packit 1422b7
# If true, show URL addresses after external links.
Packit 1422b7
#man_show_urls = False
Packit 1422b7
Packit 1422b7
Packit 1422b7
# -- Options for Texinfo output ------------------------------------------------
Packit 1422b7
Packit 1422b7
# Grouping the document tree into Texinfo files. List of tuples
Packit 1422b7
# (source start file, target name, title, author,
Packit 1422b7
#  dir menu entry, description, category)
Packit 1422b7
texinfo_documents = [
Packit 1422b7
  ('index', 'Liblognorm', u'Liblognorm Documentation',
Packit 1422b7
   u'Pavel Levshin', 'Liblognorm', 'Fast log normalization library.',
Packit 1422b7
   'Miscellaneous'),
Packit 1422b7
]
Packit 1422b7
Packit 1422b7
# Documents to append as an appendix to all manuals.
Packit 1422b7
#texinfo_appendices = []
Packit 1422b7
Packit 1422b7
# If false, no module index is generated.
Packit 1422b7
#texinfo_domain_indices = True
Packit 1422b7
Packit 1422b7
# How to display URL addresses: 'footnote', 'no', or 'inline'.
Packit 1422b7
#texinfo_show_urls = 'footnote'