X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=db0e551177156afdb0e1f4c73f2b858e77175e6a;hb=8e33e6ab798cd57a383cb8871d973de3fce6340c;hp=b438a88793773842795ff0ae866f53328c2ed16c;hpb=fc75b20f7ec19cb7cfdbd74385bf1262ccb7a84c;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index b438a887..db0e5511 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.16.0' # 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), }