From 62b08ebe0896cd2fb9ffd1b05580f8a4a4819709 Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Sun, 4 Feb 2018 09:30:55 +0000 Subject: [PATCH] Don't set sphinx template in conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 28c2d69e..fc0a6d73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinxdoc' +#html_theme = 'sphinxdoc' # 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