1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
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: not-needed
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: python-tornado/docs/conf.py
===================================================================
--- python-tornado.orig/docs/conf.py
+++ python-tornado/docs/conf.py
@@ -85,7 +85,7 @@ latex_documents = [
)
]
-intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None)}
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|