From ba3193dd4d5aa2a138899c2ac55b3e7fa7768256 Mon Sep 17 00:00:00 2001 From: Openerp Online Date: Mon, 5 Mar 2012 12:40:29 +0100 Subject: [PATCH] [DOC] added intersphinx namespaces. bzr revid: online@openerp.com-20120305114029-j0g6jf8v3t6uf090 --- doc/source/Makefile | 2 +- doc/source/conf.py | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/source/Makefile b/doc/source/Makefile index 8afc4d9c0c2..c1eff186583 100644 --- a/doc/source/Makefile +++ b/doc/source/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/source/conf.py b/doc/source/conf.py index c57c3629317..eb2b10d8bce 100644 --- a/doc/source/conf.py +++ b/doc/source/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), + 'openerpserver': ('http://doc.openerp.com/v6.1/developers/server', None), + 'openerpdev': ('http://doc.openerp.com/v6.1/developers', None), +}