X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=a18b7333e9acb15e00fd15d16930ae0e571419a6;hb=1493b95e0d80860a9d8aef83e22ee49d5988ad96;hp=50a79fc4f4ac211338b582a088a83b8e069c79c8;hpb=b1a4d1ae8c2c2c18518ff83df6e11c54e26bcf1a;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 50a79fc4..a18b7333 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.10.0' +version = '0.18.0' # The full version, including alpha/beta/rc tags. release = version @@ -255,7 +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), } -