File: local_inventory

package info (click to toggle)
python-skbio 0.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,312 kB
  • sloc: python: 60,482; ansic: 672; makefile: 224
file content (31 lines) | stat: -rw-r--r-- 1,204 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
23
24
25
26
27
28
29
30
31
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Mon, 1 Feb 2021 11:22:53 +0100
Subject: Use Debian packages for intersphinx-links

Forwarded: not-needed
---
 doc/source/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index fa6a0b4..b95320a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -175,12 +175,12 @@ html_theme_options = {
 # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3/', None),
-    'numpy': ('https://numpy.org/doc/stable/', None),
-    'scipy': ('https://docs.scipy.org/doc/scipy/', None),
+    'python': ('/usr/share/doc/python3/html/', None),
+    'numpy': ('/usr/share/doc/python-numpy/html/', None),
+    'scipy': ('/usr/share/doc/python-scipy-doc/html/', None),
     'matplotlib': ('https://matplotlib.org/stable/', None),
-    'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
-    'biom-format': ('https://biom-format.org/', None)
+    'pandas': ('/usr/share/doc/python-pandas-doc/html/', None),
+    'biom-format': ('/usr/share/doc/python-biom-format-doc/html/', None)
 }