Skip to content

Commit

Permalink
docs: set all the intersphinx lib
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 26, 2024
1 parent 71f4010 commit f859ba3
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 f859ba3

Please sign in to comment.