~nskaggs/autopilot/add-isolation-apparmor-rules

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: CI bot
  • Author(s): Tarmac
  • Date: 2014-05-09 00:48:06 UTC
  • mfrom: (483.2.19 temp-dev)
  • Revision ID: ps-jenkins@lists.canonical.com-20140509004806-8528si3da584w57j
Initial release of 1.5. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
2
#
3
3
# Autopilot Functional Test Tool
4
 
# Copyright (C) 2012-2013 Canonical
 
4
# Copyright (C) 2012-2014 Canonical
5
5
#
6
6
# This program is free software: you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
49
49
    'sphinx.ext.pngmath',
50
50
    'sphinx.ext.viewcode',
51
51
    'otto',
 
52
    'man',
52
53
]
53
54
 
54
55
autodoc_member_order = 'bysource'
67
68
 
68
69
# General information about the project.
69
70
project = u'Autopilot'
70
 
copyright = u'2012-2013, Canonical'
 
71
copyright = u'2012-2014, Canonical'
71
72
 
72
73
# The version info for the project you're documenting, acts as replacement for
73
74
# |version| and |release|, also used in various other places throughout the
253
254
# One entry per manual page. List of tuples
254
255
# (source start file, name, description, authors, manual section).
255
256
man_pages = [
256
 
    ('index', 'autopilot', u'Autopilot Documentation',
 
257
    ('man', 'autopilot3', u'Automated acceptance test tool',
257
258
     [u'Thomi Richards'], 1)
258
259
]
259
260