File: no-intersphinx.patch

package info (click to toggle)
python-pydotplus 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,840 kB
  • ctags: 258
  • sloc: python: 1,755; makefile: 169
file content (15 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: No intersphinx
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2016-07-13

--- python-pydotplus-2.0.2.orig/doc/conf.py
+++ python-pydotplus-2.0.2/doc/conf.py
@@ -30,7 +30,6 @@ sys.path.insert(0, os.path.abspath('../l
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.intersphinx',
     'sphinx.ext.viewcode',
 ]