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

Ondřej Nový onovy at moszumanska.debian.org
Sun Aug 14 10:40:06 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 a631f401c3eba33580501fd1e9bf94f54ee2effa
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 b97b6ad..d1c1664 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