~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Lee Bieber
  • Date: 2011-02-14 19:50:07 UTC
  • mfrom: (2167.1.3 build)
  • Revision ID: kalebral@gmail.com-20110214195007-om9fjrqy5ziqwrlw
Merge Andrew - 718224: Minor changes to migration docs needed 
Merge Olaf - updating old style casts
Merge Olaf - drizzletest re-factoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
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,
255
255
 
256
256
# Example configuration for intersphinx: refer to the Python standard library.
257
257
intersphinx_mapping = {'http://docs.python.org/': None}
 
258
 
 
259
[extensions]
 
260
todo_include_todos=True