Update Python link to save redirect 76/13776/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 3 Dec 2018 09:07:21 +0000 (17:07 +0800)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 26 Mar 2019 18:21:06 +0000 (14:21 -0400)
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 <thanh.ha@linuxfoundation.org>
docs_conf/conf.py

index 22a9da0..395e653 100644 (file)
@@ -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),
 }