From 59af603923dba63a9976f92208d9ae042d8539e7 Mon Sep 17 00:00:00 2001
From: Tristan Seligmann <mithrandi@debian.org>
Date: Thu, 8 Oct 2015 09:57:12 -0700
Subject: Use the Debian package of the sphinx-rtd theme

Forwarded: no
Last-Update: 2014-12-08
Patch-Name: use-rtd-package
---
 docs/conf.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index 40faa34..1647baa 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -2,6 +2,7 @@
 
 import os
 import sys
+import sphinx_rtd_theme
 
 dir_ = os.path.dirname(os.path.realpath(__file__))
 sys.path.insert(0, dir_)
@@ -29,6 +30,8 @@ exclude_patterns = ['_build']
 bug_url_template = "https://github.com/quodlibet/mutagen/issues/%s"
 pr_url_template = "https://github.com/quodlibet/mutagen/pull/%s"
 bbpr_url_template = "https://bitbucket.org/lazka/mutagen/pull-requests/%s"
+html_theme = "sphinx_rtd_theme"
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
 
 autodoc_member_order = "bysource"
 default_role = "obj"
