X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sphinx%2Fconf.py;h=3ae121a311238440092ab98d156691725aac4131;hb=63829e7746090ceaebadf23d81023d497007fa2f;hp=226e940252d9e4de236cc6229f7d5a10224b3de7;hpb=73ad1fff3e6549776cd41142a33b325f5c602d84;p=neurodebian.git diff --git a/sphinx/conf.py b/sphinx/conf.py index 226e940..3ae121a 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -64,7 +64,7 @@ master_doc = 'index' # General information about the project. project = u'Debian Neuroscience Package Repository' -copyright = u'2009-2011, NeuroDebian Team' +copyright = u'2009-2012, NeuroDebian Team ' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -118,6 +118,15 @@ pygments_style = 'sphinx' # given in html_static_path. html_style = 'neurodebian.css' +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +html_theme = 'default' + +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +html_theme_options = {'nosidebar': True} + # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". html_title = project