File: 0006-Use-local-objects.inv-for-intersphinx-mapping.patch

package info (click to toggle)
python-tornado 6.2.0-3%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,656 kB
  • sloc: python: 27,837; javascript: 156; sh: 99; ansic: 58; xml: 49; makefile: 48; sql: 23
file content (20 lines) | stat: -rw-r--r-- 562 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Wed, 3 Aug 2016 19:02:48 +0200
Subject: Use local objects.inv for intersphinx mapping

Forwarded: Debian-specific
---
 docs/conf.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- python-tornado.orig/docs/conf.py
+++ python-tornado/docs/conf.py
@@ -82,7 +82,7 @@
     )
 ]
 
-intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None)}
 
 on_rtd = os.environ.get("READTHEDOCS", None) == "True"