From b05fca4c7593ab56a463c0bc3da75b52d0a164cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20St=C3=BCrmer?= <michael.stuermer@schaeffler.com>
Date: Mon, 16 Nov 2015 16:38:59 +0100
Subject: [PATCH] changed sphinx theme to 'classic'

---
 Utilities/Sphinx/static/cmake.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utilities/Sphinx/static/cmake.css b/Utilities/Sphinx/static/cmake.css
index 2a326d4..0d95b29 100644
--- a/Utilities/Sphinx/static/cmake.css
+++ b/Utilities/Sphinx/static/cmake.css
@@ -1,5 +1,5 @@
 /* Import the Sphinx theme style.  */
-@import url("default.css");
+@import url("classic.css");
 
 /* Wrap sidebar content even within words so that long
    document names do not escape sidebar borders.  */
-- 
1.9.5.msysgit.0

