[Python-modules-commits] [betamax] 03/08: Use local python3-doc for intersphinx

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sun Sep 18 16:07:02 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository betamax.

commit b643a8e33f08864318ffab64c96fd12922b20cef
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Wed Jul 13 17:51:57 2016 +0200

    Use local python3-doc for intersphinx
    
    Patch-Name: local-intersphinx.patch
---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index b8a8d06..f28dabd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -242,8 +242,8 @@ texinfo_appendices = []
 
 # Intersphinx configuration
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3.4',
-               (None, 'python-inv.txt')),
-    'requests': ('http://docs.python-requests.org/en/latest',
-                 (None, 'requests-inv.txt')),
+    'python': ('/usr/share/doc/python3-doc/html', None),
+    # requests doesn't ship docs in sdist.
+    # 'requests': ('http://docs.python-requests.org/en/latest',
+    #              (None, 'requests-inv.txt')),
 }

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



More information about the Python-modules-commits mailing list