~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/conf.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-17 03:20:35 UTC
  • mfrom: (4792.4.3 456036)
  • Revision ID: pqm@pqm.ubuntu.com-20091117032035-s3sgtlixj1lrminn
(Gordon Tyler) Fix IndexError during 'bzr ignore /' (#456036)

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',
76
78
    # Subtopics that get included
77
79
    'upgrade-guide/overview',
78
80
    'upgrade-guide/data_migration',
81
83
    'release-notes/NEWS',
82
84
    'user-reference/bzr_man',
83
85
    'user-guide/index-plain',
84
 
    'admin-guide/index-plain',
85
86
    # Miscellaneous
86
87
    'user-reference/readme',
87
88
]