X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=346af702c82e73a5b70a99342f5a7f97319ef4d5;hb=refs%2Ftags%2Fv0.19.2;hp=b438a88793773842795ff0ae866f53328c2ed16c;hpb=fc75b20f7ec19cb7cfdbd74385bf1262ccb7a84c;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index b438a887..346af702 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ author = 'Linux Foundation Releng' # built documents. # # The short X.Y version. -version = '0.12.0-dev' +version = '0.19.2' # The full version, including alpha/beta/rc tags. release = version @@ -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), }