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

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 12 03:22:13 UTC 2016


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

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

commit 0a67006a07baee3577afc8fe7a45e8676d3af680
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 dbfdf36..2ff5f66 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -300,5 +300,5 @@ texinfo_documents = [
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    "https://docs.python.org/3": None,
+    'python': ('/usr/share/doc/python3-doc/html', '/usr/share/doc/python3-doc/html/objects.inv')
 }

-- 
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