~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Matt Giuca
  • Date: 2010-02-18 03:57:33 UTC
  • Revision ID: matt.giuca@gmail.com-20100218035733-d4v0iy4hq0wbjas6
ivle.fileservice_lib.listing: Previously assumed any SVN client error meant the directory was not versioned, and silently dropped SVN metadata. Now checks the error message, and for any unexpected errors, raises the exception rather than assuming unversioned. Fixes Launchpad Bug #523592.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
# General substitutions.
38
38
project = 'IVLE'
39
 
copyright = '2009, University of Melbourne'
 
39
copyright = '2009-2010, University of Melbourne'
40
40
 
41
41
# The default replacements for |version| and |release|, also used in various
42
42
# other places throughout the built documents.
43
43
#
44
44
# The short X.Y version.
45
 
version = '0.1'
 
45
version = '1.0'
46
46
# The full version, including alpha/beta/rc tags.
47
 
release = '0.1'
 
47
release = '1.0beta2'
48
48
 
49
49
# There are two options for replacing |today|: either, you set today to some
50
50
# non-false value, then it is used: