[Python-modules-commits] [mutagen] 02/11: Use the system copy of the Python documentation inventory
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Jul 16 16:29:58 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 5c3fc0e31274f2a0d9dffea323d6cd8f0a05ca21
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