doc/conf.py
changeset 1 88d637274072
parent 0 b97547f5f1fa
child 31 6cb1b501a044
--- a/doc/conf.py	Wed Nov 05 15:52:50 2008 +0100
+++ b/doc/conf.py	Wed Nov 05 11:22:05 2008 -0800
@@ -23,8 +23,8 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
-
+extensions = ['sphinx.ext.autodoc']
+autoclass_content = 'both'
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
 
@@ -122,7 +122,7 @@
 #html_additional_pages = {}
 
 # If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = True
 
 # If false, no index is generated.
 #html_use_index = True
@@ -139,7 +139,7 @@
 #html_use_opensearch = ''
 
 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
-#html_file_suffix = ''
+html_file_suffix = '.html'
 
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Cubicwebdoc'