X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=c8325f7c44a98ccf69764a818d3fba8c968ca5ba;hb=0ff7cbacb76c80c8e2222d6d5917de5119c0d8fd;hp=b007a9e9917d5920d5899562dff70ed7573aa68b;hpb=3142525fdeed11fa4dfa161d6ef943113214aafb;p=releng%2Fglobal-jjb.git diff --git a/docs/conf.py b/docs/conf.py index b007a9e9..c8325f7c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,6 +46,7 @@ def format_version(version): # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + 'reno.sphinxext', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', @@ -73,7 +74,7 @@ master_doc = 'index' # General information about the project. project = 'lf-releng-global-jjb' -copyright = '2017, The Linux Foundation' +copyright = '2019, The Linux Foundation' author = 'Linux Foundation Releng' # The version info for the project you're documenting, acts as replacement for @@ -275,7 +276,8 @@ 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), + 'jjb': ('https://jenkins-job-builder.readthedocs.io/en/latest/', None), + 'lfdocs': ('http://docs.releng.linuxfoundation.org/en/latest/', None), 'lftools': ('http://lftools.releng.linuxfoundation.org/en/latest/', None), 'python': ('https://docs.python.org/', None), }