From 80fbed45cc59abf1d26eb84e58e81b3fd13e5e66 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 25 Jan 2024 12:13:51 -0800 Subject: [PATCH] docs: Update intersphinx location for py3k. Signed-off-by: Brian Harring --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 0a83d80a..0727e2f2 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -241,7 +241,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"http://docs.python.org/": None} +intersphinx_mapping = {"http://docs.python.org/3": None} autodoc_default_flags = [ "members", "show-inheritance",