[DOC] added intersphinx namespaces.

bzr revid: online@openerp.com-20120305113957-xmrjudts6kbdhh6e
This commit is contained in:
Openerp Online 2012-03-05 12:39:57 +01:00
parent 2f2e447573
commit 14a682903c
2 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXOPTS = -q
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build

View File

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