From 9af06d38d7eb335ef35bc9dad61219f38ce4faec Mon Sep 17 00:00:00 2001
From: hofmockel <dreagonfly@gmx.de>
Date: Mon, 17 Aug 2015 10:47:12 +0200
Subject: [PATCH] Don't set a theme explicitly. Let 'readthedocs' decide
 itself.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 407b1be..a5744a9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,7 +102,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 = '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
-- 
GitLab