File: no-intersphinx.patch

package info (click to toggle)
python-kafka 2.0.2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,740 kB
  • sloc: python: 20,457; makefile: 210; sh: 76
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-07-11

Index: python-kafka/docs/conf.py
===================================================================
--- python-kafka.orig/docs/conf.py
+++ python-kafka/docs/conf.py
@@ -29,7 +29,6 @@ import os
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.intersphinx',
     'sphinx.ext.viewcode',
 ]