Skip to content

Commit

Permalink
docs: set all the intersphinx lib (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 26, 2024
2 parents 71f4010 + de94156 commit c83e92f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,13 @@
autoapi_keep_files = False

# -- Options for intersphinx output --------------------------------------------
# fmt: off
intersphinx_mapping = {
"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"),
}
# fmt: on

# -- options for the autolabel extension ---------------------------------------
autosectionlabel_prefix_document = True
Expand Down

0 comments on commit c83e92f

Please sign in to comment.