Statistics
| Branch: | Tag: | Revision:

root / docs / conf.py @ 84e3cd34

History | View | Annotate | Download (7.9 kB)

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