From b0ed8c9c3c4d55c24bd1bac05573e6f1a86adc24 Mon Sep 17 00:00:00 2001
From: Tristan Seligmann <mithrandi@debian.org>
Date: Thu, 8 Oct 2015 09:57:13 -0700
Subject: Use the system copy of the Python documentation inventory

Forwarded: no
Patch-Name: use-system-inventory
---
 docs/conf.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index ae92bd7..a9504c1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -11,12 +11,7 @@ import mutagen
 
 needs_sphinx = "1.3"
 
-extensions = [
-    'sphinx.ext.autodoc',
-    'sphinx.ext.napoleon',
-    'sphinx.ext.intersphinx',
-    'ext',
-]
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext']
 intersphinx_mapping = {
     'python': ('https://docs.python.org/2.7', None),
     'python3': ('https://docs.python.org/3.5', None),
