X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=4457e120cc2312269b40ea4a24b5725706be8d3a;hb=e043053225eba25b3f6e502ad08fa459b9e9ef1e;hp=5bbe39f167dfc2c020e7b4478923122c6e5b4db2;hpb=67aa548eb9d34b53810478b7c972cf005e72b431;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 5bbe39f1..4457e120 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -277,6 +277,7 @@ htmlhelp_basename = 'LinuxFoundationReleaseEngineeringGJJBdoc' # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'jjb': ('https://docs.openstack.org/infra/jenkins-job-builder/', None), + 'lfdocs': ('http://docs.releng.linuxfoundation.org/en/latest/', None), 'lftools': ('http://lftools.releng.linuxfoundation.org/en/latest/', None), 'python': ('https://docs.python.org/', None), }