From: Thanh Ha Date: Mon, 3 Dec 2018 09:07:21 +0000 (+0800) Subject: Update Python link to save redirect X-Git-Tag: v0.3.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ea3fe2fb4466630b894df7a313233020960c0f3d;p=releng%2Fdocs-conf.git Update Python link to save redirect This resolves the message we keep seeing when building docs that says "intersphinx inventory has moved:" for this link. Change-Id: Ia386c56ba0be2652acf7b34fa6a280ef52918150 Signed-off-by: Thanh Ha --- diff --git a/docs_conf/conf.py b/docs_conf/conf.py index 22a9da0..395e653 100644 --- a/docs_conf/conf.py +++ b/docs_conf/conf.py @@ -112,5 +112,5 @@ intersphinx_mapping = { 'lfdocs': ('https://docs.releng.linuxfoundation.org/en/latest/', None), 'lfdocs-conf': ('https://docs.releng.linuxfoundation.org/projects/lfdocs-conf/en/latest/', None), 'lftools': ('https://docs.releng.linuxfoundation.org/projects/lftools/en/latest/', None), - 'python': ('https://docs.python.org/', None), + 'python': ('https://docs.python.org/3', None), }