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

package info (click to toggle)
python-ws4py 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 584 kB
  • ctags: 611
  • sloc: python: 3,755; makefile: 137
file content (22 lines) | stat: -rw-r--r-- 806 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 13ac903999b5f3472de0794d710e88d31793c436 Mon Sep 17 00:00:00 2001
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 8db4293..56d356b 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']