/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/conf.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-14 00:01:32 UTC
  • mfrom: (4957.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100114000132-3p3rabnonjw3gzqb
(jam) Merge bzr.stable, bringing in bug fixes #175839, #504390

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
# List of documents that shouldn't be included in the build.
75
75
unused_docs = [
76
 
    # Placeholder for later
77
 
    'admin-guide/index',
78
76
    # Subtopics that get included
79
77
    'upgrade-guide/overview',
80
78
    'upgrade-guide/data_migration',
83
81
    'release-notes/NEWS',
84
82
    'user-reference/bzr_man',
85
83
    'user-guide/index-plain',
 
84
    'admin-guide/index-plain',
86
85
    # Miscellaneous
87
86
    'user-reference/readme',
88
87
]