~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

update

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', 'pyext.options']
 
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']
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