~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-07 05:40:22 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090907054022-o8g66ovngp5kn6b2
take Russian and Spanish docs out of the English website/chm file

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
19
#sys.path.append(os.path.abspath('.'))
20
20
 
 
21
# -- Bazaar-specific configuration ---------------------------------------------
 
22
 
 
23
# NOTE: Editing this section is generally all that is required ...
 
24
 
 
25
# We *could* get this from bzrlib but there's no certainly that the bzr on
 
26
# the Python path is indeed the one we're building the documentation for ...
 
27
bzr_version = (2, 0, 0, 'rc', 2)
 
28
 
 
29
 
21
30
# -- General configuration -----------------------------------------------------
22
31
 
23
32
# Add any Sphinx extension module names here, as strings. They can be extensions
45
54
# built documents.
46
55
#
47
56
# The short X.Y version.
48
 
version = '2.0'
 
57
version = '.'.join(str(p) for p in bzr_version[:3])
49
58
# The full version, including alpha/beta/rc tags.
50
 
release = '2.0rc2'
 
59
release = version + ''.join(str(p) for p in bzr_version[3:])
51
60
 
52
61
# The language for content autogenerated by Sphinx. Refer to documentation
53
62
# for a list of supported languages.
64
73
 
65
74
# List of directories, relative to source directory, that shouldn't be searched
66
75
# for source files.
67
 
exclude_trees = ['_build']
 
76
exclude_trees = ['_build', 'ru', 'es']
68
77
 
69
78
# The reST default role (used for this markup: `text`) to use for all documents.
70
79
#default_role = None