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 | 1 +
 1 file changed, 1 insertion(+)

Index: mutagen/docs/conf.py
===================================================================
--- mutagen.orig/docs/conf.py
+++ mutagen/docs/conf.py
@@ -1,6 +1,7 @@
 
 import os
 import sys
+import sphinx_rtd_theme
 
 dir_ = os.path.dirname(os.path.realpath(__file__))
 sys.path.insert(0, dir_)
