~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Olaf van der Spek
  • Date: 2011-03-24 00:16:14 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110324001614-wvmgc6eg52oq2321
Remove const_reference and reference from Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
 
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage']
 
28
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'pyext.options', 'pyext.confval', 'pyext.dbtable']
29
29
 
30
30
# Add any paths that contain templates here, relative to this directory.
31
31
templates_path = ['_templates']
110
110
 
111
111
# The name of an image file (relative to this directory) to place at the top
112
112
# of the sidebar.
113
 
#html_logo = None
 
113
html_logo = 'logo.png'
114
114
 
115
115
# The name of an image file (within the static path) to use as favicon of the
116
116
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
117
117
# pixels large.
118
 
#html_favicon = None
 
118
html_favicon = 'drizzle.ico'
119
119
 
120
120
# Add any paths that contain custom static files (such as style sheets) here,
121
121
# relative to this directory. They are copied after the builtin static files,
212
212
# (source start file, name, description, authors, manual section).
213
213
man_pages = [
214
214
    ('clients/drizzledump', 'drizzledump', u'a database backup program',
 
215
     [u'Andrew Hutchings'], 1),
 
216
    ('clients/drizzleadmin', 'drizzleadmin', u'a database backup program',
215
217
     [u'Andrew Hutchings'], 1)
216
218
]
217
219
 
255
257
 
256
258
# Example configuration for intersphinx: refer to the Python standard library.
257
259
intersphinx_mapping = {'http://docs.python.org/': None}
 
260
 
 
261
[extensions]
 
262
todo_include_todos=True