From 051a441a50f200859bb1aec1f01f513e7d73c3b9 Mon Sep 17 00:00:00 2001 From: JayPiKay Date: Wed, 2 Oct 2019 12:49:16 +0200 Subject: [PATCH] Doc theme --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 556094c..4be96ad 100644 --- a/source/conf.py +++ b/source/conf.py @@ -61,7 +61,7 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'pyramid' +html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,