From de94156c2e3c33331b2f606e460a66430e305ec9 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Tue, 26 Nov 2024 21:43:29 +0100 Subject: [PATCH] refactor: typo --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9b24165..083b87b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,7 +123,7 @@ # -- Options for intersphinx output -------------------------------------------- # fmt: off intersphinx_mapping = { - "python": ("https://docs.python.org/3", None) + "python": ("https://docs.python.org/3", None), "matplotlib": ("https://matplotlib.org/stable/", None), "ee": ("https://developers.google.com/earth-engine/apidocs", "https://raw.githubusercontent.com/gee-community/sphinx-inventory/refs/heads/main/inventory/earthengine-api.inv"), }