~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to doc/source/conf.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig','sphinx.ext.graphviz']
29
29
 
30
 
# autodoc generation is a bit aggressive and a nuisance when doing heavy text edit cycles.
31
 
# execute "export SPHINX_DEBUG=1" in your terminal to disable
32
 
if not os.getenv('SPHINX_DEBUG'):
33
 
    extensions += ['ext.nova_autodoc']
34
 
 
35
30
todo_include_todos = True
36
31
 
37
32
# Add any paths that contain templates here, relative to this directory.