From 014f067c6470c530db2c850c163cc184d6b6b9d6 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Sat, 4 Jan 2025 15:16:26 -0300 Subject: [PATCH] Fix docs conf --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b410b01e3..d6d6f734a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -316,5 +316,5 @@ def find_version(*file_paths): # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {"https://docs.python.org/": None} +intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} html_theme = "alabaster"