~openerp-dev/openerp-web/trunk-purchase-visibility-nco

« back to all changes in this revision

Viewing changes to addons/web/doc/conf.py

  • Committer: Nimesh Contractor(OpenERP)
  • Date: 2013-04-19 04:58:24 UTC
  • mfrom: (3718.1.1 trunk)
  • Revision ID: nco@tinyerp.com-20130419045824-kwxrg66yoz7jnkww
[MERGE] with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
# Add any Sphinx extension module names here, as strings. They can be extensions
29
29
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30
 
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.viewcode']
 
30
extensions = [
 
31
    'sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
 
32
    'sphinx.ext.todo', 'sphinx.ext.viewcode',
 
33
    'patchqueue'
 
34
]
31
35
 
32
36
# Add any paths that contain templates here, relative to this directory.
33
37
templates_path = ['_templates']