doc/book/en/conf.py
changeset 10020 5e3fbdb035a8
parent 9476 33a7db07201e
child 10021 cf445c8e4b03
--- a/doc/book/en/conf.py	Wed Jul 30 14:06:38 2014 +0200
+++ b/doc/book/en/conf.py	Thu Aug 28 16:22:05 2014 +0200
@@ -52,8 +52,14 @@
 
 # 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']
+extensions = [
+  'sphinx.ext.autodoc', 
+#  'sphinx.ext.viewcode',
+  'logilab.common.sphinx_ext',
+  ]
+
 autoclass_content = 'both'
+
 # Add any paths that contain templates here, relative to this directory.
 #templates_path = []
 
@@ -117,8 +123,9 @@
 # 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 = 'standard_theme'
-html_theme_path = ['.']
+
+html_theme_path = ['_themes']
+html_theme = 'cubicweb'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None