~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# The contents of this file are pickled, so don't put values in the namespace
9
9
# that aren't pickleable (module imports are okay, they're removed automatically).
10
10
#
11
 
# All configuration values have a default value; values that are commented out
12
 
# serve to show the default value.
 
11
# All configuration values have a default; values that are commented out
 
12
# serve to show the default.
13
13
 
14
14
import sys
15
15
import os
16
16
 
17
 
# If your extensions are in another directory, add it here.
18
 
sys.path.append(os.path.join(os.path.dirname(__file__), "_ext"))
19
 
 
20
 
# General configuration
21
 
# ---------------------
 
17
# If extensions (or modules to document with autodoc) are in another directory,
 
18
# add these directories to sys.path here. If the directory is relative to the
 
19
# documentation root, use os.path.abspath to make it absolute, like shown here.
 
20
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext")))
 
21
 
 
22
# -- General configuration -----------------------------------------------------
 
23
 
 
24
# If your documentation needs a minimal Sphinx version, state it here.
 
25
#needs_sphinx = '1.0'
22
26
 
23
27
# Add any Sphinx extension module names here, as strings. They can be extensions
24
28
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
25
29
extensions = ["djangodocs"]
26
30
 
27
31
# Add any paths that contain templates here, relative to this directory.
28
 
templates_path = ["_templates"]
 
32
# templates_path = []
29
33
 
30
34
# The suffix of source filenames.
31
35
source_suffix = '.txt'
32
36
 
 
37
# The encoding of source files.
 
38
#source_encoding = 'utf-8-sig'
 
39
 
33
40
# The master toctree document.
34
41
master_doc = 'contents'
35
42
 
37
44
project = 'Django'
38
45
copyright = 'Django Software Foundation and contributors'
39
46
 
40
 
# The default replacements for |version| and |release|, also used in various
41
 
# other places throughout the built documents.
 
47
 
 
48
# The version info for the project you're documenting, acts as replacement for
 
49
# |version| and |release|, also used in various other places throughout the
 
50
# built documents.
42
51
#
43
52
# The short X.Y version.
44
53
version = '1.2'
47
56
# The next version to be released
48
57
django_next_version = '1.3'
49
58
 
 
59
# The language for content autogenerated by Sphinx. Refer to documentation
 
60
# for a list of supported languages.
 
61
#language = None
 
62
 
50
63
# There are two options for replacing |today|: either, you set today to some
51
64
# non-false value, then it is used:
52
65
#today = ''
53
66
# Else, today_fmt is used as the format for a strftime call.
54
67
today_fmt = '%B %d, %Y'
55
68
 
56
 
# List of documents that shouldn't be included in the build.
57
 
#unused_docs = []
 
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
58
75
 
59
76
# If true, '()' will be appended to :func: etc. cross-reference text.
60
77
add_function_parentheses = True
75
92
# Note: exclude_dirnames is new in Sphinx 0.5 
76
93
exclude_dirnames = ['.svn']
77
94
 
78
 
# Options for HTML output
79
 
# -----------------------
80
 
 
81
 
# The style sheet to use for HTML and HTML Help pages. A file of that name
82
 
# must exist either in Sphinx' static/ path, or in one of the custom paths
83
 
# given in html_static_path.
84
 
html_style = 'default.css'
 
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.
 
99
html_theme = "djangodocs"
 
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 = ["_theme"]
 
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.
 
118
#html_logo = None
 
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
85
124
 
86
125
# Add any paths that contain custom static files (such as style sheets) here,
87
126
# relative to this directory. They are copied after the builtin static files,
110
149
html_additional_pages = {}
111
150
 
112
151
# If false, no module index is generated.
113
 
#html_use_modindex = True
114
 
 
115
 
# If true, the reST sources are included in the HTML build as _sources/<name>.
116
 
html_copy_source = True
 
152
#html_domain_indices = True
 
153
 
 
154
# If false, no index is generated.
 
155
#html_use_index = True
 
156
 
 
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
117
176
 
118
177
# Output file base name for HTML help builder.
119
178
htmlhelp_basename = 'Djangodoc'
120
179
 
121
 
 
122
 
# Options for LaTeX output
123
 
# ------------------------
 
180
modindex_common_prefix = ["django."]
 
181
 
 
182
 
 
183
# -- Options for LaTeX output --------------------------------------------------
124
184
 
125
185
# The paper size ('letter' or 'a4').
126
186
#latex_paper_size = 'letter'
132
192
# (source start file, target name, title, author, document class [howto/manual]).
133
193
#latex_documents = []
134
194
latex_documents = [
135
 
  ('contents', 'django.tex', 'Django Documentation', 'Django Software Foundation', 'manual'),
 
195
  ('contents', 'django.tex', u'Django Documentation',
 
196
   u'Django Software Foundation', 'manual'),
136
197
]
137
198
 
 
199
# The name of an image file (relative to this directory) to place at the top of
 
200
# the title page.
 
201
#latex_logo = None
 
202
 
 
203
# For "manual" documents, if this is true, then toplevel headings are parts,
 
204
# not chapters.
 
205
#latex_use_parts = False
 
206
 
 
207
# If true, show page references after internal links.
 
208
#latex_show_pagerefs = False
 
209
 
 
210
# If true, show URL addresses after external links.
 
211
#latex_show_urls = False
 
212
 
138
213
# Additional stuff for the LaTeX preamble.
139
214
#latex_preamble = ''
140
215
 
142
217
#latex_appendices = []
143
218
 
144
219
# If false, no module index is generated.
145
 
#latex_use_modindex = True
146
 
 
147
 
# For "manual" documents, if this is true, then toplevel headings are parts,
148
 
# not chapters.
149
 
# If this isn't set to True, the LaTex writer can only handle six levels of headers.
150
 
latex_use_parts = True
151
 
 
 
220
#latex_domain_indices = True
 
221
 
 
222
 
 
223
# -- Options for manual page output --------------------------------------------
 
224
 
 
225
# One entry per manual page. List of tuples
 
226
# (source start file, name, description, authors, manual section).
 
227
man_pages = [
 
228
    ('contents', 'django', 'Django Documentation', ['Django Software Foundation'], 1)
 
229
]
 
230
 
 
231
 
 
232
# -- Options for Epub output ---------------------------------------------------
 
233
 
 
234
# Bibliographic Dublin Core info.
 
235
epub_title = u'Django'
 
236
epub_author = u'Django Software Foundation'
 
237
epub_publisher = u'Django Software Foundation'
 
238
epub_copyright = u'2010, Django Software Foundation'
 
239
 
 
240
# The language of the text. It defaults to the language option
 
241
# or en if the language is not set.
 
242
#epub_language = ''
 
243
 
 
244
# The scheme of the identifier. Typical schemes are ISBN or URL.
 
245
#epub_scheme = ''
 
246
 
 
247
# The unique identifier of the text. This can be a ISBN number
 
248
# or the project homepage.
 
249
#epub_identifier = ''
 
250
 
 
251
# A unique identification for the text.
 
252
#epub_uid = ''
 
253
 
 
254
# HTML files that should be inserted before the pages created by sphinx.
 
255
# The format is a list of tuples containing the path and title.
 
256
#epub_pre_files = []
 
257
 
 
258
# HTML files shat should be inserted after the pages created by sphinx.
 
259
# The format is a list of tuples containing the path and title.
 
260
#epub_post_files = []
 
261
 
 
262
# A list of files that should not be packed into the epub file.
 
263
#epub_exclude_files = []
 
264
 
 
265
# The depth of the table of contents in toc.ncx.
 
266
#epub_tocdepth = 3
 
267
 
 
268
# Allow duplicate toc entries.
 
269
#epub_tocdup = True