X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=0359ed94d146bbc25cc28fdd8a335f9003cf3d13;hb=cabe8986aefedccb82124fa360a3e89bcfbd81db;hp=dea371d8a46907ede17e418fdb55ed407ef25a60;hpb=d712c27eebb3f25c191f50975acbe3945debdddd;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index dea371d8..0359ed94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -255,6 +255,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), 'lftools': ('http://lftools.releng.linuxfoundation.org/en/latest/', None), 'python': ('https://docs.python.org/', None), }