File: 0010-disable-intersphinx.patch

package info (click to toggle)
matplotlib2 2.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 77,560 kB
  • sloc: python: 127,114; cpp: 58,988; ansic: 29,698; objc: 2,809; makefile: 147; sh: 54
file content (22 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Sandro Tosi <morph@debian.org>
Date: Wed, 17 Jan 2018 20:20:58 -0500
Subject: disable intersphinx

---
 doc/conf.py | 4 ----
 1 file changed, 4 deletions(-)

--- a/doc/conf.py
+++ b/doc/conf.py
@@ -96,11 +96,6 @@ autodoc_docstring_signature = True
 autodoc_default_flags = ['members', 'undoc-members']
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3', None),
-    'numpy': ('https://docs.scipy.org/doc/numpy/', None),
-    'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
-    'pandas': ('https://pandas.pydata.org/pandas-docs/stable', None),
-    'cycler': ('https://matplotlib.org/cycler', None),
 }
 
 explicit_order_folders = [