From 59fe1572d2734945752982036125af65472f3634 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 8 Jan 2017 16:17:06 +0100 Subject: [PATCH] doc/conf.py: use pyramid theme --- doc/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 849abf52..a7d2e3e1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,7 +91,10 @@ modindex_common_prefix = ['aubio.'] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +#html_theme = 'agogo' +#html_theme = 'default' +#html_theme = 'haiku' +html_theme = 'pyramid' # 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 -- 2.11.0