From 6db811aefb9cba65c8efe3876e850c813f280b6c Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Mon, 16 May 2016 21:02:08 +0200
Subject: [PATCH] doc: Use whichever theme sphinx deems appropriate

---
 doc/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index d6b8bda8..9adbd254 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,7 +29,6 @@ pygments_style = 'tango'
 
 # -- Options for HTML output ----------------------------------------------
 
-html_theme = 'alabaster'
 htmlhelp_basename = 'Haddockdoc'
 
 
-- 
GitLab