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), +}