1# -*- coding: utf-8 -*-
2#
3# Boost.GIL documentation build configuration file.
4#
5# This file is execfile()d with the current directory set to its containing dir.
6#
7# Note that not all possible configuration values are present in this
8# autogenerated file.
9#
10# All configuration values have a default; values that are commented out
11# serve to show the default.
12
13import sys, os
14
15# If extensions (or modules to document with autodoc) are in another directory,
16# add these directories to sys.path here. If the directory is relative to the
17# documentation root, use os.path.abspath to make it absolute, like shown here.
18#sys.path.insert(0, os.path.abspath('.'))
19
20# -- General configuration -----------------------------------------------------
21
22# If your documentation needs a minimal Sphinx version, state it here.
23#needs_sphinx = '1.0'
24
25# Add any Sphinx extension module names here, as strings. They can be extensions
26# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27extensions = ['sphinx.ext.autosectionlabel']
28
29# Add any paths that contain templates here, relative to this directory.
30templates_path = ['_templates']
31
32# The suffix of source filenames.
33source_suffix = '.rst'
34
35# The encoding of source files.
36#source_encoding = 'utf-8-sig'
37
38# The master toctree document.
39master_doc = 'index'
40
41# General information about the project.
42project = u'Boost.GIL'
43copyright = u''
44
45# The version info for the project you're documenting, acts as replacement for
46# |version| and |release|, also used in various other places throughout the
47# built documents.
48#
49# The short X.Y version.
50version = ''
51# The full version, including alpha/beta/rc tags.
52release = ''
53
54# The language for content autogenerated by Sphinx. Refer to documentation
55# for a list of supported languages.
56#language = None
57
58# There are two options for replacing |today|: either, you set today to some
59# non-false value, then it is used:
60#today = ''
61# Else, today_fmt is used as the format for a strftime call.
62#today_fmt = '%B %d, %Y'
63
64# List of patterns, relative to source directory, that match files and
65# directories to ignore when looking for source files.
66exclude_patterns = ['_build']
67
68# disambiguate auto-generated section anchors by prefixing
69# them with the document name
70autosectionlabel_prefix_document = True
71
72# The reST default role (used for this markup: `text`) to use for all documents.
73#default_role = None
74
75# If true, '()' will be appended to :func: etc. cross-reference text.
76#add_function_parentheses = True
77
78# If true, the current module name will be prepended to all description
79# unit titles (such as .. function::).
80#add_module_names = True
81
82# If true, sectionauthor and moduleauthor directives will be shown in the
83# output. They are ignored by default.
84show_authors = False
85
86# The name of the Pygments (syntax highlighting) style to use.
87pygments_style = 'default'
88
89highlight_language = 'c++'
90
91# A list of ignored prefixes for module index sorting.
92#modindex_common_prefix = []
93
94
95# -- Options for HTML output ---------------------------------------------------
96
97# The theme to use for HTML and HTML Help pages.  See the documentation for
98# a list of builtin themes.
99html_theme = 'default'
100
101# Theme options are theme-specific and customize the look and feel of a theme
102# further.  For a list of options available for each theme, see the
103# documentation.
104#html_theme_options = {}
105
106# Add any paths that contain custom themes here, relative to this directory.
107#html_theme_path = []
108
109# The name for this set of Sphinx documents.  If None, it defaults to
110# "<project> v<release> documentation".
111#html_title = None
112
113# A shorter title for the navigation bar.  Default is the same as html_title.
114#html_short_title = None
115
116# The name of an image file (relative to this directory) to place at the top
117# of the sidebar.
118html_logo = '_static/gil.png'
119
120# The name of an image file (within the static path) to use as favicon of the
121# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
122# pixels large.
123#html_favicon = None
124
125# Add any paths that contain custom static files (such as style sheets) here,
126# relative to this directory. They are copied after the builtin static files,
127# so a file named "default.css" will overwrite the builtin "default.css".
128html_static_path = ['_static']
129
130# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
131# using the given strftime format. The empty string is equivalent to '%b %d, %Y'
132# (or a locale-dependent equivalent).
133html_last_updated_fmt = '%Y-%m-%d %H:%m:%S'
134
135# If true, SmartyPants will be used to convert quotes and dashes to
136# typographically correct entities.
137#html_use_smartypants = True
138
139# Custom sidebar templates, maps document names to template names.
140#html_sidebars = {}
141
142# Additional templates that should be rendered to pages, maps page names to
143# template names.
144#html_additional_pages = {}
145
146# If false, no module index is generated.
147#html_domain_indices = True
148
149# If false, no index is generated.
150html_use_index = True
151
152# If true, the index is split into individual pages for each letter.
153#html_split_index = False
154
155# If true, links to the reST sources are added to the pages.
156#html_show_sourcelink = True
157
158# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
159#html_show_sphinx = True
160
161# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
162html_show_copyright = False
163
164# If true, an OpenSearch description file will be output, and all pages will
165# contain a <link> tag referring to it.  The value of this option must be the
166# base URL from which the finished HTML is served.
167#html_use_opensearch = ''
168
169# This is the file name suffix for HTML files (e.g. ".xhtml").
170#html_file_suffix = None
171
172# Output file base name for HTML help builder.
173htmlhelp_basename = 'BoostGILdoc'
174
175# This value determines the text for the permalink; it defaults to "¶".
176# Set it to None or the empty string to disable permalinks.
177html_add_permalinks = ''
178
179# -- Options for LaTeX output --------------------------------------------------
180
181# The paper size ('letter' or 'a4').
182#latex_paper_size = 'letter'
183
184# The font size ('10pt', '11pt' or '12pt').
185#latex_font_size = '10pt'
186
187# Grouping the document tree into LaTeX files. List of tuples
188# (source start file, target name, title, author, documentclass [howto/manual]).
189latex_documents = [
190  ('index', 'BoostGIL.tex', u'Boost.GIL Documentation',
191   u'Stefan Seefeld', 'manual'),
192]
193
194# The name of an image file (relative to this directory) to place at the top of
195# the title page.
196#latex_logo = None
197
198# For "manual" documents, if this is true, then toplevel headings are parts,
199# not chapters.
200#latex_use_parts = False
201
202# If true, show page references after internal links.
203#latex_show_pagerefs = False
204
205# If true, show URL addresses after external links.
206#latex_show_urls = False
207
208# Additional stuff for the LaTeX preamble.
209#latex_preamble = ''
210
211# Documents to append as an appendix to all manuals.
212#latex_appendices = []
213
214# If false, no module index is generated.
215#latex_domain_indices = True
216
217
218# -- Options for manual page output --------------------------------------------
219
220# One entry per manual page. List of tuples
221# (source start file, name, description, authors, manual section).
222man_pages = [
223    ('index', 'boostgil', u'Boost.GIL Documentation',
224     [u'Stefan Seefeld'], 1)
225]
226