[Python-modules-commits] [python-werkzeug] 03/07: Use local copies of object.inv for building documentation

Ondřej Nový onovy at moszumanska.debian.org
Wed Dec 28 21: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 python-werkzeug.

commit c7489c5d0f0b722089060a16d7f422c6c7881385
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 e2d4e0d..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://www.sqlalchemy.org/docs/05': 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