Mapping allows all projects that use lfdocs-conf to be able to
intersphinx with CP without needing to add it to their local
conf.py config.
Change-Id: Icd4e36cc1391c881e3cbb083afc611792a9a4595
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
htmlhelp_basename = cfg.get('htmlhelp_basename', 'DocsConf')
intersphinx_mapping = {
+ 'common-packer': ('http://docs.releng.linuxfoundation.org/projects/common-packer/en/latest/', None),
'global-jjb': ('http://docs.releng.linuxfoundation.org/projects/global-jjb/en/latest/', None),
'lfdocs': ('http://docs.releng.linuxfoundation.org/en/latest/', None),
'lfdocs-conf': ('http://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/latest/', None),