~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-02 16:03:51 UTC
  • mto: (4634.39.1 pdf-chm-docs)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090902160351-sxptcz3ttc1aencw
first cut at pdf docs via sphinx

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
 
version = '1.18'
 
48
version = '2.0'
49
49
# The full version, including alpha/beta/rc tags.
50
 
release = '1.18dev'
 
50
release = '2.0rc2'
51
51
 
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
123
123
#html_title = None
124
124
 
125
125
# A shorter title for the navigation bar.  Default is the same as html_title.
126
 
#html_short_title = None
 
126
html_short_title = "Bazaar 2.0 Table of Contents"
127
127
 
128
128
# The name of an image file (relative to this directory) to place at the top
129
129
# of the sidebar.
175
175
#html_file_suffix = ''
176
176
 
177
177
# Output file base name for HTML help builder.
178
 
htmlhelp_basename = 'Bazaardoc'
 
178
htmlhelp_basename = 'Bazaar-Docs'
179
179
 
180
180
 
181
181
# -- Options for LaTeX output --------------------------------------------------
189
189
# Grouping the document tree into LaTeX files. List of tuples
190
190
# (source start file, target name, title, author, documentclass [howto/manual]).
191
191
latex_documents = [
192
 
  ('contents', 'Bazaar.tex', u'Bazaar Documentation',
193
 
   u'Bazaar Developers', 'manual'),
 
192
  # Manuals
 
193
  ('en/user-guide/index', 'bzr-en-user-guide.tex', u'Bazaar User Guide',
 
194
   u'Bazaar Developers', 'manual'),
 
195
  ('en/user-reference/bzr_man', 'bzr-en-user-reference.tex', u'Bazaar User Reference',
 
196
   u'Bazaar Developers', 'manual'),
 
197
  ('en/release-notes/NEWS', 'bzr-en-release-notes.tex', u'Bazaar Release Notes',
 
198
   u'Bazaar Developers', 'manual'),
 
199
  ('en/upgrade-guide/index', 'bzr-en-upgrade-guide.tex', u'Bazaar Upgrade Guide',
 
200
   u'Bazaar Developers', 'manual'),
 
201
  # Tutorials
 
202
  ('en/mini-tutorial/index', 'bzr-en-tutorial-mini.tex', u'Bazaar in five minutes',
 
203
   u'Bazaar Developers', 'howto'),
 
204
  ('en/tutorials/tutorial', 'bzr-en-tutorial.tex', u'Bazaar Tutorial',
 
205
   u'Bazaar Developers', 'howto'),
 
206
  ('en/tutorials/using_bazaar_with_launchpad', 'bzr-en-tutorial-with-launchpad.tex',
 
207
   u'Using Bazaar With Launchpad', u'Bazaar Developers', 'howto'),
 
208
  ('en/tutorials/centralized_workflow', 'bzr-en-tutorial-centralized.tex',
 
209
   u'Centralized Workflow Tutorial', u'Bazaar Developers', 'howto'),
194
210
]
195
211
 
196
212
# The name of an image file (relative to this directory) to place at the top of
197
213
# the title page.
198
 
#latex_logo = None
 
214
latex_logo = 'Bazaar-Logo-For-Manuals.png'
199
215
 
200
216
# For "manual" documents, if this is true, then toplevel headings are parts,
201
217
# not chapters.