File: intersphinx.patch

package info (click to toggle)
sphinx-a4doc 1.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: python: 9,560; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Link to packaged docs
Forwarded: not-needed
--- sphinx-a4doc.orig/docs/source/conf.py
+++ sphinx-a4doc/docs/source/conf.py
@@ -176,8 +176,8 @@
 # -- Options for intersphinx extension ---------------------------------------
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3', None),
-    'rst': ('http://www.sphinx-doc.org', None),
+    'python': ('https://docs.python.org/3', '/usr/share/doc/python3-doc/html/objects.inv'),
+    'rst': ('http://www.sphinx-doc.org', '/usr/share/doc/sphinx-doc/html/objects.inv'),
 }