~linuxjedi/drizzle/trunk-bug-729642

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Lee Bieber
  • Date: 2011-02-28 19:31:51 UTC
  • mfrom: (2207.1.2 build)
  • Revision ID: kalebral@gmail.com-20110228193151-hrp1jymg33pvp3dr
Merge Shrews - update replication documentation
Merge Monty - Fix the plugin doc distcheck issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
 
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage']
 
28
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'pyext.options']
29
29
 
30
30
# Add any paths that contain templates here, relative to this directory.
31
31
templates_path = ['_templates']