~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Olivier Tilloy
  • Date: 2010-03-25 13:12:27 UTC
  • Revision ID: olivier@tilloy.net-20100325131227-1o626qzvsvct29f6
Add a favicon to the HTML documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
# The name of an image file (within the static path) to use as favicon of the
118
118
# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
119
119
# pixels large.
120
 
#html_favicon = None
 
120
html_favicon = 'pyexiv2.ico'
121
121
 
122
122
# Add any paths that contain custom static files (such as style sheets) here,
123
123
# relative to this directory. They are copied after the builtin static files,
124
124
# so a file named "default.css" will overwrite the builtin "default.css".
125
 
html_static_path = []
 
125
html_static_path = ['_static']
126
126
 
127
127
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
128
128
# using the given strftime format.