~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Paul McCullagh
  • Date: 2010-09-22 13:04:27 UTC
  • mto: (1787.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1788.
  • Revision ID: paul.mccullagh@primebase.org-20100922130427-utakdj4ec4uiv1kc
Fixed PBXT recovery and shutdown, added shutdownPlugin() call to all plugins before the plugins are deleted

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
# General information about the project.
43
43
project = u'Drizzle'
44
 
copyright = u'2010, Drizzle Developers'
 
44
copyright = u'2010, The Drizzle Developers'
45
45
 
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
49
49
#
50
50
# The short X.Y version.
51
51
version = '7'
52
 
# The full version, including alpha/beta/rc tags. (Overridden by Makefile)
53
 
release = '2010.10'
 
52
# The full version, including alpha/beta/rc tags.
 
53
release = '2010.08.1717'
54
54
 
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
211
211
# One entry per manual page. List of tuples
212
212
# (source start file, name, description, authors, manual section).
213
213
man_pages = [
214
 
    ('clients/drizzledump', 'drizzledump', u'a database backup program',
215
 
     [u'Andrew Hutchings'], 1)
 
214
    ('index', 'drizzle', u'Drizzle Documentation',
 
215
     [u'The Drizzle Developers'], 1)
216
216
]
217
217
 
218
218