File: intersphinx.patch

package info (click to toggle)
napari-plugin-engine 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 3,052; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Link docs to packaged Python 3 docs
Forwarded: not-needed
--- napari-plugin-engine.orig/docs/conf.py
+++ napari-plugin-engine/docs/conf.py
@@ -64,5 +64,5 @@
 html_css_files = ['css/rtd.css']
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3', None),
+    'python': ('https://docs.python.org/3', '/usr/share/doc/python3/'),
 }