~ubuntu-branches/ubuntu/saucy/heat/saucy-updates

« back to all changes in this revision

Viewing changes to doc/source/conf.py

  • Committer: Package Import Robot
  • Author(s): James Page, Chuck Short, James Page
  • Date: 2013-08-08 15:23:59 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130808152359-9jgqjp23kssvc3x9
Tags: 2013.2~b2.a186.g2b4b248-0ubuntu1
[ Chuck Short ]
* debian/patches/rename-quantumclient.patch: Dropped no longer needed. 
* debian/control: Add python-oslo.sphinx

[ James Page ]
* New upstream snapshot.
* d/watch: Updated to track releases on launchpad.
* d/control: Drop BD in pep8, no longer required.
* d/control,rules: Drop use of openstack-pkg-tools, revert use of xz
  compression for debs.
* d/control,*.config,*.templates,po: Drop use of debconf/dbconfig-common
  to configure heat.
* d/*.upstart: Add upstart configurations for Ubuntu.
* d/p/default-kombu.patch: Switch default messaging from qpid to
  kombu.
* d/p/default-sqlite.patch: Use sqlite as default database option.
* d/control: Add python-ceilometerclient to BD's.
* d/rules: Fail package build for unit test failures.
* d/*.install: Directly install configuration files to /etc/heat.
* d/control: Update VCS locations to ubuntu-server-dev branches.
* d/heat-common.{install,manpages}: Include new binaries and associated
  manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30
30
extensions = ['sphinx.ext.autodoc',
31
31
    'sphinx.ext.ifconfig',
32
 
    'sphinx.ext.viewcode']
 
32
    'sphinx.ext.viewcode',
 
33
    'heat.doc.resources']
33
34
 
34
35
# Add any paths that contain templates here, relative to this directory.
35
36
#templates_path = ['_templates']
47
48
project = u'Heat'
48
49
copyright = u'2012,2013 Heat Developers'
49
50
 
50
 
# The version info for the project you're documenting, acts as replacement for
51
 
# |version| and |release|, also used in various other places throughout the
52
 
# built documents.
53
 
 
54
 
from heat import version as heat_version
55
 
# The full version, including alpha/beta/rc tags.
56
 
release = heat_version.version_info.release_string()
57
 
# The short X.Y version
58
 
version = heat_version.version_info.version_string()
59
 
 
60
51
# The language for content autogenerated by Sphinx. Refer to documentation
61
52
# for a list of supported languages.
62
53
#language = None