~andrewsomething/ubuntu-packaging-guide/version-number-in-footer

« back to all changes in this revision

Viewing changes to conf.py

  • Committer: Daniel Holbach
  • Date: 2012-03-20 22:02:49 UTC
  • mfrom: (78.2.26 upg-i18n)
  • Revision ID: daniel.holbach@canonical.com-20120320220249-pljexws010dw6cbi
mergedĀ lp:~andrewsomething/ubuntu-packaging-guide/i18n

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# -- General configuration -----------------------------------------------------
22
22
 
23
23
# If your documentation needs a minimal Sphinx version, state it here.
24
 
#needs_sphinx = '1.0'
 
24
needs_sphinx = '1.1'
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
37
37
#source_encoding = 'utf-8-sig'
38
38
 
39
39
# The master toctree document.
40
 
master_doc = 'index'
 
40
master_doc = 'ubuntu-packaging-guide/index'
41
41
 
42
42
# General information about the project.
43
43
project = u'ubuntu-packaging-guide'
44
 
copyright = u'2010, Ubuntu Developers'
 
44
authors = 'Ubuntu Developers'
 
45
copyright = u'2010-2012, '+authors
45
46
 
46
47
 
47
48
changelog = "debian/changelog"
74
75
# directories to ignore when looking for source files.
75
76
exclude_patterns = ['_build']
76
77
 
77
 
locale_dirs = ["translated/"]
 
78
locale_dirs = ["po/"]
 
79
gettext_compact = True
78
80
 
79
81
# The reST default role (used for this markup: `text`) to use for all documents.
80
82
#default_role = None
188
190
# Grouping the document tree into LaTeX files. List of tuples
189
191
# (source start file, target name, title, author, documentclass [howto/manual]).
190
192
latex_documents = [
191
 
  ('index', 'ubuntu-packaging-guide.tex', u'ubuntu-packaging-guide Documentation',
 
193
  ('ubuntu-packaging-guide/index', 'ubuntu-packaging-guide.tex', u'ubuntu-packaging-guide Documentation',
192
194
   u'Ubuntu Developers', 'manual'),
193
195
]
194
196
 
221
223
# One entry per manual page. List of tuples
222
224
# (source start file, name, description, authors, manual section).
223
225
man_pages = [
224
 
    ('index', 'ubuntu-packaging-guide', u'ubuntu-packaging-guide Documentation',
 
226
    ('ubuntu-packaging-guide/index', 'ubuntu-packaging-guide', u'ubuntu-packaging-guide Documentation',
225
227
     [u'Ubuntu Developers'], 1)
226
228
]
227
229
 
231
233
# (source start file, target name, title, author,
232
234
#  dir menu entry, description, category)
233
235
texinfo_documents = [
234
 
  ('index', 'ubuntu-packaging-guide', u'ubuntu-packaging-guide Documentation', u'Ubuntu Developers',
 
236
  ('ubuntu-packaging-guide/index', 'ubuntu-packaging-guide', u'ubuntu-packaging-guide Documentation', u'Ubuntu Developers',
235
237
   'ubuntu-packaging-guide', 'One line description of project.', 'Miscellaneous'),
236
238
]
237
239
 
242
244
# -- Options for Epub output ---------------------------------------------------
243
245
 
244
246
# Bibliographic Dublin Core info.
245
 
epub_title = u'ubuntu-packaging-guide'
246
 
epub_author = u'Ubuntu Developers'
247
 
epub_publisher = u'Ubuntu Developers'
248
 
epub_copyright = u'2010, Ubuntu Developers'
 
247
epub_title = project
 
248
epub_author = authors
 
249
epub_publisher = authors
 
250
epub_copyright = copyright
249
251
 
250
252
# The language of the text. It defaults to the language option
251
253
# or en if the language is not set.