[Python-modules-commits] [fabulous] 03/13: Use local objects.inv for intersphinx mapping

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 14 09:44:47 UTC 2016


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

onovy pushed a commit to branch master
in repository fabulous.

commit 412300c7de54e47dd888ca1179bc8f1b0802fb88
Author: Ondřej Nový <onovy at debian.org>
Date:   Sun Aug 14 11:10:31 2016 +0200

    Use local objects.inv for intersphinx mapping
---
 docs/conf.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index b0af172..3c520d3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -196,4 +196,6 @@ latex_documents = [
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
+    'python': ('/usr/share/doc/python3-doc/html', None),
+}

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



More information about the Python-modules-commits mailing list