X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=6769b2bd6d330b546b8e3a0cdf04244c6a36360e;hb=c4295ab63bdbbceb6647b86ae27732364c2bce26;hp=50a79fc4f4ac211338b582a088a83b8e069c79c8;hpb=b1a4d1ae8c2c2c18518ff83df6e11c54e26bcf1a;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 50a79fc4..6769b2bd 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.16.0-dev' # 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), } -