doc/book/en/conf.py
branchstable
changeset 5135 f15286235aef
parent 4746 f03be559f193
child 5222 ed6905d98a5e
--- a/doc/book/en/conf.py	Fri Apr 02 09:55:30 2010 +0200
+++ b/doc/book/en/conf.py	Fri Apr 02 09:56:40 2010 +0200
@@ -19,6 +19,7 @@
 # serve to show the default value.
 
 import sys, os
+
 from cubicweb import __pkginfo__ as cw
 
 # If your extensions are in another directory, add it here. If the directory
@@ -31,7 +32,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc']
+extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
 autoclass_content = 'both'
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']