]> git.donarmstrong.com Git - neurodebian.git/blob - sphinx/conf.py
Add favicon.
[neurodebian.git] / sphinx / conf.py
1 # -*- coding: utf-8 -*-
2 #
3 # Debian Package Repository documentation build configuration file, created by
4 # sphinx-quickstart on Sat Mar 28 17:08:58 2009.
5 #
6 # This file is execfile()d with the current directory set to its containing dir.
7 #
8 # The contents of this file are pickled, so don't put values in the namespace
9 # that aren't pickleable (module imports are okay, they're removed automatically).
10 #
11 # Note that not all possible configuration values are present in this
12 # autogenerated file.
13 #
14 # All configuration values have a default; values that are commented out
15 # serve to show the default.
16
17 import sys, os
18
19 # If your extensions are in another directory, add it here. If the directory
20 # is relative to the documentation root, use os.path.abspath to make it
21 # absolute, like shown here.
22 #sys.path.append(os.path.abspath('.'))
23
24 def artworkdir():
25     """Look into every parent dir for 'artwork' and return its relative path."""
26     level = 0
27     while True:
28         target = os.path.join(*([os.path.pardir] * level + ['artwork']))
29         if os.path.isdir(target):
30             return target
31         else:
32             level += 1
33         # if there is no way up
34         if os.path.abspath(os.path.join(*([os.path.pardir] * level))) == \
35            os.path.abspath(os.path.join(*([os.path.pardir] * (level + 1)))):
36             raise(ValueError, "Cannot find 'artwork'.")
37
38
39 # General configuration
40 # ---------------------
41
42 # Add any Sphinx extension module names here, as strings. They can be extensions
43 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
44 extensions = []
45
46 # Add any paths that contain templates here, relative to this directory.
47 templates_path = ['_templates']
48
49 # The suffix of source filenames.
50 source_suffix = '.rst'
51
52 # The encoding of source files.
53 #source_encoding = 'utf-8'
54
55 # The master toctree document.
56 master_doc = 'index'
57
58 # General information about the project.
59 project = u'Debian Neuroscience Package Repository'
60 copyright = u'2009, Michael Hanke'
61
62 # The version info for the project you're documenting, acts as replacement for
63 # |version| and |release|, also used in various other places throughout the
64 # built documents.
65 #
66 # The short X.Y version.
67 version = ''
68 # The full version, including alpha/beta/rc tags.
69 release = ''
70
71 # The language for content autogenerated by Sphinx. Refer to documentation
72 # for a list of supported languages.
73 #language = None
74
75 # There are two options for replacing |today|: either, you set today to some
76 # non-false value, then it is used:
77 #today = ''
78 # Else, today_fmt is used as the format for a strftime call.
79 today_fmt = '%B %d, %Y'
80
81 # List of documents that shouldn't be included in the build.
82 #unused_docs = []
83
84 # List of directories, relative to source directory, that shouldn't be searched
85 # for source files.
86 exclude_trees = ['pkgs_addenum']
87
88 # The reST default role (used for this markup: `text`) to use for all documents.
89 #default_role = None
90
91 # If true, '()' will be appended to :func: etc. cross-reference text.
92 #add_function_parentheses = True
93
94 # If true, the current module name will be prepended to all description
95 # unit titles (such as .. function::).
96 #add_module_names = True
97
98 # If true, sectionauthor and moduleauthor directives will be shown in the
99 # output. They are ignored by default.
100 #show_authors = False
101
102 # The name of the Pygments (syntax highlighting) style to use.
103 pygments_style = 'sphinx'
104
105
106 # Options for HTML output
107 # -----------------------
108
109 # The style sheet to use for HTML and HTML Help pages. A file of that name
110 # must exist either in Sphinx' static/ path, or in one of the custom paths
111 # given in html_static_path.
112 html_style = 'neurodebian.css'
113
114 # The name for this set of Sphinx documents.  If None, it defaults to
115 # "<project> v<release> documentation".
116 html_title = project
117
118 # A shorter title for the navigation bar.  Default is the same as html_title.
119 #html_short_title = "Debian Neuroscience"
120
121 # The name of an image file (relative to this directory) to place at the top
122 # of the sidebar.
123 html_logo = os.path.join(artworkdir(), 'logo_tuned/fmri_w200.png')
124
125 # The name of an image file (within the static path) to use as favicon of the
126 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
127 # pixels large.
128 html_favicon = 'favicon.ico'
129
130 # Add any paths that contain custom static files (such as style sheets) here,
131 # relative to this directory. They are copied after the builtin static files,
132 # so a file named "default.css" will overwrite the builtin "default.css".
133 html_static_path = ['_static']
134
135 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
136 # using the given strftime format.
137 #html_last_updated_fmt = '%b %d, %Y'
138
139 # If true, SmartyPants will be used to convert quotes and dashes to
140 # typographically correct entities.
141 #html_use_smartypants = True
142
143 # Custom sidebar templates, maps document names to template names.
144 #html_sidebars = {}
145
146 # Additional templates that should be rendered to pages, maps page names to
147 # template names.
148 #html_additional_pages = {}
149
150 # If false, no module index is generated.
151 html_use_modindex = False
152
153 # If false, no index is generated.
154 html_use_index = False
155
156 # If true, the index is split into individual pages for each letter.
157 #html_split_index = False
158
159 # If true, the reST sources are included in the HTML build as _sources/<name>.
160 html_copy_source = False
161
162 # If true, an OpenSearch description file will be output, and all pages will
163 # contain a <link> tag referring to it.  The value of this option must be the
164 # base URL from which the finished HTML is served.
165 #html_use_opensearch = ''
166
167 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
168 #html_file_suffix = ''
169
170 # Output file base name for HTML help builder.
171 htmlhelp_basename = 'debpkgrepo'
172
173
174 # Options for LaTeX output
175 # ------------------------
176
177 # The paper size ('letter' or 'a4').
178 #latex_paper_size = 'letter'
179
180 # The font size ('10pt', '11pt' or '12pt').
181 #latex_font_size = '10pt'
182
183 # Grouping the document tree into LaTeX files. List of tuples
184 # (source start file, target name, title, author, document class [howto/manual]).
185 latex_documents = [
186   ('index', 'DebianPackageRepository.tex', ur'Debian Package Repository Documentation',
187    ur'Michael Hanke', 'manual'),
188 ]
189
190 # The name of an image file (relative to this directory) to place at the top of
191 # the title page.
192 #latex_logo = None
193
194 # For "manual" documents, if this is true, then toplevel headings are parts,
195 # not chapters.
196 #latex_use_parts = False
197
198 # Additional stuff for the LaTeX preamble.
199 #latex_preamble = ''
200
201 # Documents to append as an appendix to all manuals.
202 #latex_appendices = []
203
204 # If false, no module index is generated.
205 #latex_use_modindex = True