Skip to content

Commit

Permalink
docs: use intersphinx (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Aug 30, 2023
2 parents 19095fc + bbd064a commit 4fc0b5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.autosectionlabel",
"sphinx.ext.intersphinx",
"sphinx_copybutton",
"sphinx_design",
"sphinx_favicon",
Expand Down Expand Up @@ -145,3 +146,10 @@ def gee_configure() -> None:


gee_configure()

# -- Options for intersphinx ---------------------------------------------------
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"geopandas": ("https://geopandas.org/", None),
}

0 comments on commit 4fc0b5d

Please sign in to comment.