diff -r 0f5e3a7fb6af -r 85df38eb4012 buildframework/helium/doc/src/conf.py --- a/buildframework/helium/doc/src/conf.py Thu Mar 04 15:10:37 2010 +0200 +++ b/buildframework/helium/doc/src/conf.py Tue Apr 27 08:33:08 2010 +0300 @@ -41,8 +41,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'] +#api_doc_base_url = # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -128,7 +128,9 @@ # Additional templates that should be rendered to pages, maps page names to # template names. -#html_additional_pages = {} +html_additional_pages = { + 'index': 'indexcontent.html', +} # If false, no module index is generated. html_use_modindex = False