From 22f1da47e1fbd61a7e327cd367c0906f2164f06a Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Fri, 2 Aug 2024 13:09:42 +0530 Subject: [PATCH] chore: updating docs link --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 459a4635c..017b35809 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -203,4 +203,4 @@ # -- Options for intersphinx extension --------------------------------------- # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"python": ("https://docs.python.org/": None)} +intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}