From ea3fe2fb4466630b894df7a313233020960c0f3d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 3 Dec 2018 17:07:21 +0800 Subject: [PATCH] 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 --- docs_conf/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } -- 2.16.6