~pieq/checkbox/add-30suspend-1reboot-cycles-support

« back to all changes in this revision

Viewing changes to checkbox-ng/docs/conf.py

  • Committer: Daniel Manrique
  • Author(s): Zygmunt Krynicki
  • Date: 2014-04-24 15:22:16 UTC
  • mfrom: (2938.2.7 launchpad/fix-1307800)
  • Revision ID: daniel_manrique-20140424152216-gmbtdzei8zv98p1t
"automatic merge by tarmac [r=zkrynicki][bug=1307800][author=zkrynicki]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
# (source start file, name, description, authors, manual section).
255
255
man_pages = [
256
256
    ('index', 'checkbox_ng', 'CheckBoxNG Documentation',
257
 
     ['Zygmunt Krynicki'], 1)
 
257
     ['Zygmunt Krynicki'], 1),
 
258
    ('stack', 'checkbox-stack', 'description of the checkbox stack',
 
259
     ['Zygmunt Krynicki'], 1),
258
260
]
259
261
 
260
262
# If true, show URL addresses after external links.
261
 
#man_show_urls = False
 
263
man_show_urls = True
262
264
 
263
265
 
264
266
# -- Options for Texinfo output ------------------------------------------------