]>
git.saurik.com Git - apple/network_cmds.git/blob - unbound/libunbound/python/doc/conf.py
97fca2125f83e205345c7d72f6cd1140523709dc
1 # -*- coding: utf-8 -*-
3 # Unbound documentation build configuration file
5 # This file is execfile()d with the current directory set to its containing dir.
7 # The contents of this file are pickled, so don't put values in the namespace
8 # that aren't pickleable (module imports are okay, they're removed automatically).
10 # All configuration values have a default value; values that are commented out
11 # serve to show the default value.
15 # If your extensions are in another directory, add it here. If the directory
16 # is relative to the documentation root, use os.path.abspath to make it
17 # absolute, like shown here.
18 sys
.path
.append(os
.path
.abspath(os
.path
.join(os
.path
.dirname(__file__
),'../')))
19 sys
.path
.append(os
.path
.abspath(os
.path
.join(os
.path
.dirname(__file__
),'../../../')))
20 sys
.path
.append(os
.path
.abspath(os
.path
.join(os
.path
.dirname(__file__
),'../../../.libs/')))
23 # General configuration
24 # ---------------------
26 # Add any Sphinx extension module names here, as strings. They can be extensions
27 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28 extensions
= ['sphinx.ext.autodoc', 'sphinx.ext.doctest']
30 # Add any paths that contain templates here, relative to this directory.
31 templates_path
= ['_templates']
33 # The suffix of source filenames.
34 source_suffix
= '.rst'
36 # The master toctree document.
39 # General substitutions.
41 copyright
= '2009, Zdenek Vasicek, Marek Vavrusa'
43 # The default replacements for |version| and |release|, also used in various
44 # other places throughout the built documents.
46 # The short X.Y version.
48 # The full version, including alpha/beta/rc tags.
51 # There are two options for replacing |today|: either, you set today to some
52 # non-false value, then it is used:
54 # Else, today_fmt is used as the format for a strftime call.
55 today_fmt
= '%B %d, %Y'
57 # List of documents that shouldn't be included in the build.
60 # List of directories, relative to source directories, that shouldn't be searched
64 # The reST default role (used for this markup: `text`) to use for all documents.
67 # If true, '()' will be appended to :func: etc. cross-reference text.
68 #add_function_parentheses = True
70 # If true, the current module name will be prepended to all description
71 # unit titles (such as .. function::).
72 #add_module_names = True
74 # If true, sectionauthor and moduleauthor directives will be shown in the
75 # output. They are ignored by default.
78 # The name of the Pygments (syntax highlighting) style to use.
79 pygments_style
= 'sphinx'
82 # Options for HTML output
83 # -----------------------
85 # The style sheet to use for HTML and HTML Help pages. A file of that name
86 # must exist either in Sphinx' static/ path, or in one of the custom paths
87 # given in html_static_path.
88 html_style
= 'default.css'
90 # The name for this set of Sphinx documents. If None, it defaults to
91 # "<project> v<release> documentation".
94 # A shorter title for the navigation bar. Default is the same as html_title.
95 #html_short_title = None
97 # The name of an image file (within the static path) to place at the top of
101 # The name of an image file (within the static path) to use as favicon of the
102 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
106 # Add any paths that contain custom static files (such as style sheets) here,
107 # relative to this directory. They are copied after the builtin static files,
108 # so a file named "default.css" will overwrite the builtin "default.css".
109 html_static_path
= ['_static']
111 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
112 # using the given strftime format.
113 html_last_updated_fmt
= '%b %d, %Y'
115 # If true, SmartyPants will be used to convert quotes and dashes to
116 # typographically correct entities.
117 #html_use_smartypants = True
119 # Custom sidebar templates, maps document names to template names.
122 # Additional templates that should be rendered to pages, maps page names to
124 #html_additional_pages = {}
126 # If false, no module index is generated.
127 html_use_modindex
= False
129 # If false, no index is generated.
130 #html_use_index = True
132 # If true, the index is split into individual pages for each letter.
133 #html_split_index = False
135 # If true, the reST sources are included in the HTML build as _sources/<name>.
136 html_copy_source
= False
138 # If true, an OpenSearch description file will be output, and all pages will
139 # contain a <link> tag referring to it. The value of this option must be the
140 # base URL from which the finished HTML is served.
141 #html_use_opensearch = ''
143 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
144 #html_file_suffix = ''
146 # Output file base name for HTML help builder.
147 htmlhelp_basename
= 'Unbounddoc'
150 # Options for LaTeX output
151 # ------------------------
153 # The paper size ('letter' or 'a4').
154 #latex_paper_size = 'letter'
156 # The font size ('10pt', '11pt' or '12pt').
157 #latex_font_size = '10pt'
159 # Grouping the document tree into LaTeX files. List of tuples
160 # (source start file, target name, title, author, document class [howto/manual]).
162 ('index', 'Unbound.tex', 'Unbound Documentation',
163 'Zdenek Vasicek, Marek Vavrusa', 'manual'),
166 # The name of an image file (relative to this directory) to place at the top of
170 # For "manual" documents, if this is true, then toplevel headings are parts,
172 #latex_use_parts = False
174 # Additional stuff for the LaTeX preamble.
177 # Documents to append as an appendix to all manuals.
178 #latex_appendices = []
180 # If false, no module index is generated.
181 #latex_use_modindex = True