1
# -*- coding: utf-8 -*-
3
# Bazaar documentation build configuration file, created by
4
# sphinx-quickstart on Tue Jul 21 17:04:52 2009.
6
# This file is execfile()d with the current directory set to its containing dir.
10
# If extensions (or modules to document with autodoc) are in another directory,
11
# add these directories to sys.path here. If the directory is relative to the
12
# documentation root, use os.path.abspath to make it absolute, like shown here.
13
sys.path = [os.path.abspath('../..')] + sys.path
15
# Most of the configuration for Bazaar docs is defined here ...
16
from bzrlib.doc_generate.conf import *
19
## Configuration specific to this site ##
21
# The locale code for this documentation set
24
# A shorter title for the navigation bar. Default is the same as html_title.
25
html_short_title = u"Developer Document Catalog (%s)" % (release,)
27
# Additional templates that should be rendered to pages, maps page names to
29
#html_additional_pages = {'index': 'index.html'}
31
# Output file base name for HTML help builder.
32
htmlhelp_basename = 'bzr-developers'
34
# Grouping the document tree into LaTeX files. List of tuples
35
# (source start file, target name, title, author, documentclass [howto/manual]).
37
('HACKING', 'bzr-en-developer-guide', u'Bazaar Developer Guide',
38
u'Bazaar Developers', 'manual'),
39
('testing', 'bzr-en-testing-guide', u'Bazaar Testing Guide',
40
u'Bazaar Developers', 'manual'),
41
('overview', 'bzr-en-architecture-overview', u'Bazaar Architecture Overview',
42
u'Bazaar Developers', 'howto'),
43
('integration', 'bzr-en-integration-guide', u'Bazaar Integration Guide',
44
u'Bazaar Developers', 'howto'),
48
(start, target+'.tex', title, author, doc_class)
49
for start, target, title, author, doc_class in bzr_documents
53
(start, target, title, author, doc_class)
54
for start, target, title, author, doc_class in bzr_documents
57
# List of documents that shouldn't be included in the build.
58
# Note: Maybe some of them *ought* to be linked in somewhere?
67
'directory-fingerprints',
70
'incremental-push-pull',
74
'performance-roadmap-rationale',
75
'performance-use-case-analysis',
76
'planned-change-integration',
77
'planned-performance-changes',