From cec21957001143794e71bcd9420283df18e7de40 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Fri, 13 May 2016 14:17:45 +0200
Subject: [PATCH] doc: Vendorize alabaster Sphinx theme

Alabaster is now the default sphinx theme and is a significant
improvement over the previous default that it's worthproviding it when
unavailable (e.g. Sphinx <1.3).
---
 .gitmodules   | 3 +++
 doc/alabaster | 1 +
 doc/conf.py   | 1 +
 3 files changed, 5 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 doc/alabaster

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..ac3559da
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "doc/alabaster"]
+	path = doc/alabaster
+	url = git://github.com/bitprophet/alabaster.git
diff --git a/doc/alabaster b/doc/alabaster
new file mode 160000
index 00000000..aabda118
--- /dev/null
+++ b/doc/alabaster
@@ -0,0 +1 @@
+Subproject commit aabda1182083d21b6d9bafb53ea8a99eb4be4cf0
diff --git a/doc/conf.py b/doc/conf.py
index d6b8bda8..6e73eb5c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,6 +29,7 @@ pygments_style = 'tango'
 
 # -- Options for HTML output ----------------------------------------------
 
+html_theme_path = ['./alabaster']
 html_theme = 'alabaster'
 htmlhelp_basename = 'Haddockdoc'
 
-- 
GitLab