From 14a682903c57abb8d4746c6b5d999fff6c4da6d7 Mon Sep 17 00:00:00 2001 From: Openerp Online Date: Mon, 5 Mar 2012 12:39:57 +0100 Subject: [PATCH] [DOC] added intersphinx namespaces. bzr revid: online@openerp.com-20120305113957-xmrjudts6kbdhh6e --- doc/Makefile | 2 +- doc/conf.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 8afc4d9c0c2..c1eff186583 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -q SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build diff --git a/doc/conf.py b/doc/conf.py index 9e08b5f162e..737229e4972 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -250,5 +250,7 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - 'http://docs.python.org/': None, - } + 'python': ('http://docs.python.org/', None), + 'openerpweb': ('http://doc.openerp.com/v6.1/developers/web', None), + 'openerpdev': ('http://doc.openerp.com/v6.1/developers', None), +}