From bf1e0154b6384c520acdc04cfe7ecef0cc51577d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 20 Dec 2013 13:32:27 +0000 Subject: [PATCH] apply pyx theme to FAQ git-svn-id: http://svn.code.sf.net/p/pyx/code/trunk/pyx@3580 a4f5e268-e194-4f32-bce1-d30804cbbcc5 --- faq/conf.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/faq/conf.py b/faq/conf.py index d122a463..ef5c4818 100644 --- a/faq/conf.py +++ b/faq/conf.py @@ -93,15 +93,15 @@ 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 = 'pyx' # 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 = {} +html_theme_options = {'sidebarwidth': 200} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['../manual/theme'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". @@ -112,7 +112,7 @@ html_title = 'PyX FAQ' # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = '../www/png/pyxlogo.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 @@ -122,7 +122,7 @@ html_title = 'PyX FAQ' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. @@ -134,6 +134,9 @@ html_static_path = ['_static'] # Custom sidebar templates, maps document names to template names. #html_sidebars = {} +html_sidebars = { + '**': ['localtoc.html', 'sourcelink.html', 'searchbox.html'] +} # Additional templates that should be rendered to pages, maps page names to # template names. @@ -143,7 +146,7 @@ html_static_path = ['_static'] #html_domain_indices = True # If false, no index is generated. -#html_use_index = True +html_use_index = False # If true, the index is split into individual pages for each letter. #html_split_index = False -- 2.11.4.GIT