From 6465a5995bde3c00416f7dddedb754324c55692d 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"