[DOC] added intersphinx namespaces.

bzr revid: online@openerp.com-20120305114029-j0g6jf8v3t6uf090
This commit is contained in:
Openerp Online 2012-03-05 12:40:29 +01:00
parent fa4bc04db0
commit ba3193dd4d
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),
'openerpserver': ('http://doc.openerp.com/v6.1/developers/server', None),
'openerpdev': ('http://doc.openerp.com/v6.1/developers', None),
}