~geospatial-addons-core-editors/geospatial-addons/7.0

« back to all changes in this revision

Viewing changes to doc/source/conf.py

  • Committer: nicolas.bessi at camptocamp
  • Date: 2012-03-06 09:20:07 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20120306092007-qx823bcnxe78041c
[TYPO] of doc

Show diffs side-by-side

added added

removed removed

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