doc/conf.py: use pyramid theme
authorPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 15:17:06 +0000 (16:17 +0100)
committerPaul Brossier <piem@piem.org>
Sun, 8 Jan 2017 15:17:06 +0000 (16:17 +0100)
doc/conf.py

index 849abf5..a7d2e3e 100644 (file)
@@ -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.
 
 # 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
 
 # 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