doc/book/en/conf.py
branchstable
changeset 5257 a31fbcfa8c3b
parent 5256 3f95d10fef94
child 5269 2e5bc78d05f3
--- a/doc/book/en/conf.py	Wed Apr 14 16:33:30 2010 +0200
+++ b/doc/book/en/conf.py	Wed Apr 14 16:56:33 2010 +0200
@@ -32,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', 'logilab.common.sphinx_ext']#, 'sphinxcontrib.aafig']
+extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
 autoclass_content = 'both'
 # Add any paths that contain templates here, relative to this directory.
 #templates_path = []
@@ -97,8 +97,8 @@
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
 html_title = '%s %s' % (project, release)
-html_theme = 'lglb_doc'
-html_theme_path = ['_theme']
+html_theme = 'standard_theme'
+html_theme_path = ['.']
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None