X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=c72e1da9fc63bb4cadd0fb36b3130e1109a87442;hb=refs%2Fchanges%2F33%2F10933%2F3;hp=50a79fc4f4ac211338b582a088a83b8e069c79c8;hpb=b1a4d1ae8c2c2c18518ff83df6e11c54e26bcf1a;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 50a79fc4..c72e1da9 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.20.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), } -