~ubuntu-branches/ubuntu/quantal/glance/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/source/conf.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Soren Hansen
  • Date: 2012-09-07 12:17:46 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20120907121746-a4i0aewhlzb7vw31
Tags: 2012.2~rc1~20120907.129.f0bd856-0ubuntu1
[ Chuck Short ]
* New upstream version.
* drop debian/patches/fix-docs-build.patch. 
* debian/rules: Re-activate tests.
* debain/control: Add depends on python-swiftclient.
* debian/*.usptart: make glance start from runlevel 1 to runlevel
  2. (LP: #820688)

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* New snapshot.
* Refresh disable-network-for-docs.patch
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
# Add any Sphinx extension module names here, as strings. They can be
44
44
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
45
 
extensions = ['sphinx.ext.autodoc',
46
 
              'sphinx.ext.coverage',
 
45
extensions = ['sphinx.ext.coverage',
47
46
              'sphinx.ext.ifconfig',
48
47
              'sphinx.ext.pngmath',
49
48
              'sphinx.ext.graphviz']
94
93
 
95
94
# List of directories, relative to source directory, that shouldn't be searched
96
95
# for source files.
97
 
exclude_trees = []
 
96
exclude_trees = ['api']
98
97
 
99
98
# The reST default role (for this markup: `text`) to use for all documents.
100
99
#default_role = None
142
141
     [u'OpenStack'], 1),
143
142
    ('man/glancescrubber', 'glance-scrubber', u'Glance Scrubber Service',
144
143
     [u'OpenStack'], 1)
145
 
 ]
 
144
]
146
145
 
147
146
 
148
147
# -- Options for HTML output -------------------------------------------------
199
198
#html_additional_pages = {}
200
199
 
201
200
# If false, no module index is generated.
202
 
#html_use_modindex = True
 
201
html_use_modindex = False
203
202
 
204
203
# If false, no index is generated.
205
 
#html_use_index = True
 
204
html_use_index = False
206
205
 
207
206
# If true, the index is split into individual pages for each letter.
208
207
#html_split_index = False
234
233
# (source start file, target name, title, author,
235
234
# documentclass [howto/manual]).
236
235
latex_documents = [
237
 
  ('index', 'Glance.tex', u'Glance Documentation',
238
 
   u'Glance Team', 'manual'),
 
236
    ('index', 'Glance.tex', u'Glance Documentation',
 
237
     u'Glance Team', 'manual'),
239
238
]
240
239
 
241
240
# The name of an image file (relative to this directory) to place at the top of