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'),
}
|