X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fconf.py;h=d5decd537bc2f718d85d324649db233a2630a35b;hb=b9e325439ed315886ab19affbdacdc26613ba06a;hp=50a79fc4f4ac211338b582a088a83b8e069c79c8;hpb=b1a4d1ae8c2c2c18518ff83df6e11c54e26bcf1a;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index 50a79fc4..d5decd53 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.21.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), } -