diff -r 910e021131d1 -r f15286235aef doc/book/en/conf.py --- 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']