[Python-modules-commits] [python-werkzeug] 04/09: Use local copies of object.inv for building documentation
    Ondřej Nový 
    onovy at moszumanska.debian.org
       
    Sat Apr  8 12:01:36 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-werkzeug.
commit 968f728ecc0d86f9146b697c6bc67a7b6a87e225
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 11 07:11:44 2016 +0200
    Use local copies of object.inv for building documentation
---
 docs/conf.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 540ae20..cbbbbb6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -209,6 +209,5 @@ latex_use_modindex = False
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'http://docs.python.org/dev': None,
-    'http://docs.sqlalchemy.org/en/latest/': None
+    'py': ('/usr/share/doc/python-doc/html', None),
 }
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-werkzeug.git
    
    
More information about the Python-modules-commits
mailing list