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

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jan 23 13:09:36 UTC 2018


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

mithrandi pushed a commit to tag debian/17.4.0-1
in repository python-attrs.

commit e2d3677ec5fefc84792a330f87de769e8b3e9d9b
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 1cdb07c..a914008 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -148,7 +148,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