[10584] | 1 | # -*- coding: utf-8 -*- |
---|
| 2 | # |
---|
| 3 | # eco-disco specs documentation build configuration file, created by |
---|
| 4 | # sphinx-quickstart on Wed Sep 4 09:10:02 2013. |
---|
| 5 | # |
---|
| 6 | # This file is execfile()d with the current directory set to its containing dir. |
---|
| 7 | # |
---|
| 8 | # Note that not all possible configuration values are present in this |
---|
| 9 | # autogenerated file. |
---|
| 10 | # |
---|
| 11 | # All configuration values have a default; values that are commented out |
---|
| 12 | # serve to show the default. |
---|
| 13 | |
---|
| 14 | import sys, os |
---|
| 15 | |
---|
| 16 | # If extensions (or modules to document with autodoc) are in another directory, |
---|
| 17 | # add these directories to sys.path here. If the directory is relative to the |
---|
| 18 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
---|
| 19 | #sys.path.insert(0, os.path.abspath('.')) |
---|
| 20 | |
---|
| 21 | # -- General configuration ----------------------------------------------------- |
---|
| 22 | |
---|
| 23 | # If your documentation needs a minimal Sphinx version, state it here. |
---|
| 24 | #needs_sphinx = '1.0' |
---|
| 25 | |
---|
| 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. |
---|
[10696] | 28 | extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', |
---|
| 29 | 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode'] |
---|
[10584] | 30 | |
---|
[10696] | 31 | # Disabled extensions: |
---|
| 32 | # 'sphinx.ext.autodoc' |
---|
| 33 | |
---|
[10584] | 34 | # Add any paths that contain templates here, relative to this directory. |
---|
| 35 | templates_path = ['_templates'] |
---|
| 36 | |
---|
| 37 | # The suffix of source filenames. |
---|
| 38 | source_suffix = '.rst' |
---|
| 39 | |
---|
| 40 | # The encoding of source files. |
---|
| 41 | #source_encoding = 'utf-8-sig' |
---|
| 42 | |
---|
| 43 | # The master toctree document. |
---|
| 44 | master_doc = 'index' |
---|
| 45 | |
---|
| 46 | # General information about the project. |
---|
[10727] | 47 | project = u'Eko Disco Portal Specifications' |
---|
[10584] | 48 | copyright = u'2013, WAeUP Germany' |
---|
| 49 | |
---|
| 50 | # The version info for the project you're documenting, acts as replacement for |
---|
| 51 | # |version| and |release|, also used in various other places throughout the |
---|
| 52 | # built documents. |
---|
| 53 | # |
---|
| 54 | # The short X.Y version. |
---|
| 55 | version = '0.1dev' |
---|
| 56 | # The full version, including alpha/beta/rc tags. |
---|
| 57 | release = '0.1dev' |
---|
| 58 | |
---|
| 59 | # The language for content autogenerated by Sphinx. Refer to documentation |
---|
| 60 | # for a list of supported languages. |
---|
| 61 | #language = None |
---|
| 62 | |
---|
| 63 | # There are two options for replacing |today|: either, you set today to some |
---|
| 64 | # non-false value, then it is used: |
---|
| 65 | #today = '' |
---|
| 66 | # Else, today_fmt is used as the format for a strftime call. |
---|
| 67 | #today_fmt = '%B %d, %Y' |
---|
| 68 | |
---|
| 69 | # List of patterns, relative to source directory, that match files and |
---|
| 70 | # directories to ignore when looking for source files. |
---|
| 71 | exclude_patterns = ['_build'] |
---|
| 72 | |
---|
| 73 | # The reST default role (used for this markup: `text`) to use for all documents. |
---|
| 74 | #default_role = None |
---|
| 75 | |
---|
| 76 | # If true, '()' will be appended to :func: etc. cross-reference text. |
---|
| 77 | #add_function_parentheses = True |
---|
| 78 | |
---|
| 79 | # If true, the current module name will be prepended to all description |
---|
| 80 | # unit titles (such as .. function::). |
---|
| 81 | #add_module_names = True |
---|
| 82 | |
---|
| 83 | # If true, sectionauthor and moduleauthor directives will be shown in the |
---|
| 84 | # output. They are ignored by default. |
---|
| 85 | #show_authors = False |
---|
| 86 | |
---|
| 87 | # The name of the Pygments (syntax highlighting) style to use. |
---|
| 88 | pygments_style = 'sphinx' |
---|
| 89 | |
---|
| 90 | # A list of ignored prefixes for module index sorting. |
---|
| 91 | #modindex_common_prefix = [] |
---|
| 92 | |
---|
| 93 | # If true, keep warnings as "system message" paragraphs in the built documents. |
---|
| 94 | #keep_warnings = False |
---|
| 95 | |
---|
| 96 | |
---|
| 97 | # -- Options for HTML output --------------------------------------------------- |
---|
| 98 | |
---|
| 99 | # The theme to use for HTML and HTML Help pages. See the documentation for |
---|
| 100 | # a list of builtin themes. |
---|
| 101 | html_theme = 'default' |
---|
| 102 | |
---|
| 103 | # Theme options are theme-specific and customize the look and feel of a theme |
---|
| 104 | # further. For a list of options available for each theme, see the |
---|
| 105 | # documentation. |
---|
| 106 | #html_theme_options = {} |
---|
| 107 | |
---|
| 108 | # Add any paths that contain custom themes here, relative to this directory. |
---|
| 109 | #html_theme_path = [] |
---|
| 110 | |
---|
| 111 | # The name for this set of Sphinx documents. If None, it defaults to |
---|
| 112 | # "<project> v<release> documentation". |
---|
| 113 | #html_title = None |
---|
| 114 | |
---|
[10727] | 115 | html_title = 'Eko Disco Portal Specifications 0.1dev' |
---|
| 116 | |
---|
[10584] | 117 | # A shorter title for the navigation bar. Default is the same as html_title. |
---|
| 118 | #html_short_title = None |
---|
| 119 | |
---|
| 120 | # The name of an image file (relative to this directory) to place at the top |
---|
| 121 | # of the sidebar. |
---|
| 122 | #html_logo = None |
---|
| 123 | |
---|
| 124 | # The name of an image file (within the static path) to use as favicon of the |
---|
| 125 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
---|
| 126 | # pixels large. |
---|
| 127 | #html_favicon = None |
---|
| 128 | |
---|
| 129 | # Add any paths that contain custom static files (such as style sheets) here, |
---|
| 130 | # relative to this directory. They are copied after the builtin static files, |
---|
| 131 | # so a file named "default.css" will overwrite the builtin "default.css". |
---|
| 132 | html_static_path = ['_static'] |
---|
| 133 | |
---|
| 134 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
---|
| 135 | # using the given strftime format. |
---|
| 136 | #html_last_updated_fmt = '%b %d, %Y' |
---|
| 137 | |
---|
| 138 | # If true, SmartyPants will be used to convert quotes and dashes to |
---|
| 139 | # typographically correct entities. |
---|
| 140 | #html_use_smartypants = True |
---|
| 141 | |
---|
| 142 | # Custom sidebar templates, maps document names to template names. |
---|
| 143 | #html_sidebars = {} |
---|
| 144 | |
---|
| 145 | # Additional templates that should be rendered to pages, maps page names to |
---|
| 146 | # template names. |
---|
| 147 | #html_additional_pages = {} |
---|
| 148 | |
---|
| 149 | # If false, no module index is generated. |
---|
| 150 | #html_domain_indices = True |
---|
| 151 | |
---|
| 152 | # If false, no index is generated. |
---|
| 153 | #html_use_index = True |
---|
| 154 | |
---|
[10727] | 155 | html_use_index = False |
---|
| 156 | |
---|
[10584] | 157 | # If true, the index is split into individual pages for each letter. |
---|
| 158 | #html_split_index = False |
---|
| 159 | |
---|
| 160 | # If true, links to the reST sources are added to the pages. |
---|
| 161 | #html_show_sourcelink = True |
---|
| 162 | |
---|
| 163 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
---|
| 164 | #html_show_sphinx = True |
---|
| 165 | |
---|
| 166 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
---|
| 167 | #html_show_copyright = True |
---|
| 168 | |
---|
| 169 | # If true, an OpenSearch description file will be output, and all pages will |
---|
| 170 | # contain a <link> tag referring to it. The value of this option must be the |
---|
| 171 | # base URL from which the finished HTML is served. |
---|
| 172 | #html_use_opensearch = '' |
---|
| 173 | |
---|
| 174 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
---|
| 175 | #html_file_suffix = None |
---|
| 176 | |
---|
| 177 | # Output file base name for HTML help builder. |
---|
[10669] | 178 | htmlhelp_basename = 'ekodisco-specsdoc' |
---|
[10584] | 179 | |
---|
| 180 | |
---|
| 181 | # -- Options for LaTeX output -------------------------------------------------- |
---|
| 182 | |
---|
| 183 | latex_elements = { |
---|
| 184 | # The paper size ('letterpaper' or 'a4paper'). |
---|
| 185 | #'papersize': 'letterpaper', |
---|
| 186 | |
---|
| 187 | # The font size ('10pt', '11pt' or '12pt'). |
---|
| 188 | #'pointsize': '10pt', |
---|
| 189 | |
---|
| 190 | # Additional stuff for the LaTeX preamble. |
---|
| 191 | #'preamble': '', |
---|
| 192 | } |
---|
| 193 | |
---|
| 194 | # Grouping the document tree into LaTeX files. List of tuples |
---|
| 195 | # (source start file, target name, title, author, documentclass [howto/manual]). |
---|
| 196 | latex_documents = [ |
---|
[10721] | 197 | ('index', 'ekodisco-specs.tex', u'Eko Disco Portal Specifications', |
---|
[10584] | 198 | u'WAeUP Germany', 'manual'), |
---|
| 199 | ] |
---|
| 200 | |
---|
| 201 | # The name of an image file (relative to this directory) to place at the top of |
---|
| 202 | # the title page. |
---|
| 203 | #latex_logo = None |
---|
| 204 | latex_logo = 'logo.png' |
---|
| 205 | |
---|
| 206 | # For "manual" documents, if this is true, then toplevel headings are parts, |
---|
| 207 | # not chapters. |
---|
| 208 | #latex_use_parts = False |
---|
| 209 | |
---|
| 210 | # If true, show page references after internal links. |
---|
| 211 | #latex_show_pagerefs = False |
---|
| 212 | latex_show_pagerefs = True |
---|
| 213 | |
---|
| 214 | # If true, show URL addresses after external links. |
---|
| 215 | #latex_show_urls = False |
---|
| 216 | |
---|
| 217 | # Documents to append as an appendix to all manuals. |
---|
| 218 | #latex_appendices = [] |
---|
| 219 | |
---|
| 220 | # If false, no module index is generated. |
---|
| 221 | #latex_domain_indices = True |
---|
| 222 | |
---|
| 223 | |
---|
| 224 | # -- Options for manual page output -------------------------------------------- |
---|
| 225 | |
---|
| 226 | # One entry per manual page. List of tuples |
---|
| 227 | # (source start file, name, description, authors, manual section). |
---|
| 228 | man_pages = [ |
---|
[10721] | 229 | ('index', 'ekodisco-specs', u'Eko Disco Portal Specifications', |
---|
[10584] | 230 | [u'WAeUP Germany'], 1) |
---|
| 231 | ] |
---|
| 232 | |
---|
| 233 | # If true, show URL addresses after external links. |
---|
| 234 | #man_show_urls = False |
---|
| 235 | |
---|
| 236 | |
---|
| 237 | # -- Options for Texinfo output ------------------------------------------------ |
---|
| 238 | |
---|
| 239 | # Grouping the document tree into Texinfo files. List of tuples |
---|
| 240 | # (source start file, target name, title, author, |
---|
| 241 | # dir menu entry, description, category) |
---|
| 242 | texinfo_documents = [ |
---|
[10721] | 243 | ('index', 'ekodisco-specs', u'Eko Disco Portal Specifications', |
---|
[10669] | 244 | u'WAeUP Germany', 'ekodisco-specs', 'One line description of project.', |
---|
[10584] | 245 | 'Miscellaneous'), |
---|
| 246 | ] |
---|
| 247 | |
---|
| 248 | # Documents to append as an appendix to all manuals. |
---|
| 249 | #texinfo_appendices = [] |
---|
| 250 | |
---|
| 251 | # If false, no module index is generated. |
---|
| 252 | #texinfo_domain_indices = True |
---|
| 253 | |
---|
| 254 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
---|
| 255 | #texinfo_show_urls = 'footnote' |
---|
| 256 | |
---|
| 257 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
---|
| 258 | #texinfo_no_detailmenu = False |
---|
| 259 | |
---|
| 260 | |
---|
| 261 | # -- Options for Epub output --------------------------------------------------- |
---|
| 262 | |
---|
| 263 | # Bibliographic Dublin Core info. |
---|
[10721] | 264 | epub_title = u'Eko Disco Portal Specifications' |
---|
[10584] | 265 | epub_author = u'WAeUP Germany' |
---|
| 266 | epub_publisher = u'WAeUP Germany' |
---|
| 267 | epub_copyright = u'2013, WAeUP Germany' |
---|
| 268 | |
---|
| 269 | # The language of the text. It defaults to the language option |
---|
| 270 | # or en if the language is not set. |
---|
| 271 | #epub_language = '' |
---|
| 272 | |
---|
| 273 | # The scheme of the identifier. Typical schemes are ISBN or URL. |
---|
| 274 | #epub_scheme = '' |
---|
| 275 | |
---|
| 276 | # The unique identifier of the text. This can be a ISBN number |
---|
| 277 | # or the project homepage. |
---|
| 278 | #epub_identifier = '' |
---|
| 279 | |
---|
| 280 | # A unique identification for the text. |
---|
| 281 | #epub_uid = '' |
---|
| 282 | |
---|
| 283 | # A tuple containing the cover image and cover page html template filenames. |
---|
| 284 | #epub_cover = () |
---|
| 285 | |
---|
| 286 | # A sequence of (type, uri, title) tuples for the guide element of content.opf. |
---|
| 287 | #epub_guide = () |
---|
| 288 | |
---|
| 289 | # HTML files that should be inserted before the pages created by sphinx. |
---|
| 290 | # The format is a list of tuples containing the path and title. |
---|
| 291 | #epub_pre_files = [] |
---|
| 292 | |
---|
| 293 | # HTML files shat should be inserted after the pages created by sphinx. |
---|
| 294 | # The format is a list of tuples containing the path and title. |
---|
| 295 | #epub_post_files = [] |
---|
| 296 | |
---|
| 297 | # A list of files that should not be packed into the epub file. |
---|
| 298 | #epub_exclude_files = [] |
---|
| 299 | |
---|
| 300 | # The depth of the table of contents in toc.ncx. |
---|
| 301 | #epub_tocdepth = 3 |
---|
| 302 | |
---|
| 303 | # Allow duplicate toc entries. |
---|
| 304 | #epub_tocdup = True |
---|
| 305 | |
---|
| 306 | # Fix unsupported image types using the PIL. |
---|
| 307 | #epub_fix_images = False |
---|
| 308 | |
---|
| 309 | # Scale large images. |
---|
| 310 | #epub_max_image_width = 0 |
---|
| 311 | |
---|
| 312 | # If 'no', URL addresses will not be shown. |
---|
| 313 | #epub_show_urls = 'inline' |
---|
| 314 | |
---|
| 315 | # If false, no index is generated. |
---|
| 316 | #epub_use_index = True |
---|
| 317 | |
---|
| 318 | |
---|
| 319 | # Example configuration for intersphinx: refer to the Python standard library. |
---|
| 320 | intersphinx_mapping = {'http://docs.python.org/': None} |
---|