From 7adcac4cf9e86fed4aa9f91631544d7e5bce48a7 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 16 Apr 2013 23:39:59 +0200 Subject: Use flask-sphinx-theme for the documentation --- doc/conf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index efe96d0..fc1c903 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -90,15 +90,17 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinxdoc' +html_theme = 'flask_small' # 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 = {"index_logo": '', + "index_logo_height": '0px', + "github_fork": '' } # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['_themes/flask-sphinx-themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -- cgit v1.2.3-70-g09d2