[Python-modules-commits] [mutagen] 05/06: Use the system copy of the Python documentation inventory

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jul 3 22:27:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository mutagen.

commit b0ed8c9c3c4d55c24bd1bac05573e6f1a86adc24
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Oct 8 09:57:13 2015 -0700

    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),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mutagen.git



More information about the Python-modules-commits mailing list