[Python-modules-commits] [python-attrs] 03/15: Point intersphinx_mapping at local Python docs.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Jun 30 02:27:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-attrs.

commit c8973ab31a2804dc30763252def050803a59ae33
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Oct 10 04:40:30 2016 +0200

    Point intersphinx_mapping at local Python docs.
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index bc5dfed..52a04e7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -146,7 +146,7 @@ texinfo_documents = [
 ]
 
 intersphinx_mapping = {
-    "https://docs.python.org/3": None,
+    'python': ('/usr/share/doc/python3-doc/html', '/usr/share/doc/python3-doc/html/objects.inv')
 }
 
 # Allow non-local URIs so we can have images in CHANGELOG etc.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-attrs.git



More information about the Python-modules-commits mailing list