File: 0002-Make-intersphinx-use-object.inv-from-python-doc.patch

package info (click to toggle)
python-ws4py 0.6.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 676 kB
  • sloc: python: 4,552; makefile: 137; javascript: 96
file content (21 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Stein Magnus Jodal <jodal@debian.org>
Date: Sun, 7 Aug 2016 22:56:09 +0200
Subject: Make intersphinx use object.inv from python-doc

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index d7b6f7e..44d0676 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,7 @@ extensions = ['sphinx.ext.autodoc',
               'sphinxcontrib.seqdiag']
 autoclass_content = 'init'
 autodoc_member_order = 'bysource'
-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python-doc/html', None)}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']