[Python-modules-commits] [python-amqp] 10/15: Drop dependency on sphinxcontrib.issuetracker
Michael Fladischer
fladi at moszumanska.debian.org
Sat Dec 19 17:55:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-amqp.
commit e369ff4666491ef0f4fbae77bf025390124780ef
Author: Michael Fladischer <fladi at debian.org>
Date: Thu Oct 8 11:06:36 2015 -0700
Drop dependency on sphinxcontrib.issuetracker
Last-Update: 2015-04-02
---
docs/conf.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 623efea..567f509 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,8 +18,7 @@ import amqp
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
- 'sphinx.ext.intersphinx',
- 'sphinxcontrib.issuetracker']
+ 'sphinx.ext.intersphinx']
html_show_sphinx = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-amqp.git
More information about the Python-modules-commits
mailing list