From 483763c705e784bc4158e5b395fb0c220736a57e Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 20 Apr 2015 13:31:01 +0200 Subject: [PATCH] Switched to new default html theme --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index cced43b7..940e8c09 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -105,7 +105,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 = 'alabaster' # 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 -- GitLab