From 70745a70fe2d5818c11d17e64c6cf8ffccb6f78e Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Sun, 5 Oct 2025 10:00:51 +0300 Subject: [PATCH] Update intersphinx configuration --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 3b4598c..faa79dc 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -162,6 +162,6 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/3/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} autoclass_content = 'both'