From 4ab05d51eb2d576ae1f9d0722efe547190f19f0f Mon Sep 17 00:00:00 2001 From: Michael Gielda Date: Sat, 12 Apr 2014 00:58:53 +0200 Subject: Added HTML theme, closes #4 --- doc/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index 1342b39..9960d54 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -90,7 +90,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'antmicro-sphinx' # 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 @@ -98,18 +98,18 @@ html_theme = 'default' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['.'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +html_title = project # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = 'antmicro-sphinx/logo-200.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 @@ -183,7 +183,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -latex_logo = 'images/logo-400.png' +latex_logo = 'antmicro-sphinx/logo-400.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. @@ -214,7 +214,7 @@ man_pages = [ [authors], 1) ] -latex_additional_files = ['antmicro.sty','images/logo-400.png'] +latex_additional_files = ['antmicro-sphinx/antmicro.sty','antmicro-sphinx/logo-400.png'] latex_elements = { 'fontpkg': '\\usepackage{palatino}', -- cgit v1.2.3