1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From 5d790c73ab41ba416bd1001fa0ccad529a5cb627 Mon Sep 17 00:00:00 2001
From: Michael Fladischer <fladi@debian.org>
Date: Thu, 8 Oct 2015 11:06:36 -0700
Subject: 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
|