From 2d141a2a0a93c7be1f9b01b5a98353c460cc2800 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 29 Jan 2014 10:15:13 +0100 Subject: [PATCH] Don't force the 'default' theme. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7606d64..6bbf402 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ pygments_style = 'murphy' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +# html_theme = 'default' # 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