[Python-modules-commits] [flask-restful] 11/12: Use local copies of object.inv for building documentation

Ondřej Nový onovy at moszumanska.debian.org
Sat Aug 13 21:56:58 UTC 2016


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

onovy pushed a commit to branch master
in repository flask-restful.

commit e398c25382eb8479a7f46fc42a05aad9afbbe29f
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Aug 13 23:41:51 2016 +0200

    Use local copies of object.inv for building documentation
---
 docs/conf.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 86fafe6..1957254 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -256,9 +256,9 @@ texinfo_documents = [
 #texinfo_show_urls = 'footnote'
 
 intersphinx_mapping = {
-  'flask': ('http://flask.pocoo.org/docs/', None),
-  'werkzeug': ('http://werkzeug.pocoo.org/docs/', None),
-  'python': ('https://docs.python.org/2/', None),
-  'python3': ('https://docs.python.org/3/', None),
-  'six': ('http://pythonhosted.org/six/', None),
+  'flask': ('/usr/share/doc/python-flask-doc/html', None),
+  'werkzeug': ('/usr/share/doc/python-werkzeug-doc/html', None),
+  'python': ('/usr/share/doc/python3-doc/html', None),
+  'python3': ('/usr/share/doc/python3-doc/html', None),
+  'six': (None),
 }

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



More information about the Python-modules-commits mailing list