Skip to content

Commit

Permalink
Add pyam intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Mar 29, 2024
1 parent 4f2d72c commit 17629cf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = [
"sphinx.ext.intersphinx",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand All @@ -37,6 +39,12 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = []

# -- Intersphinx -------------------------------------------------------------

# Intersphinx configuration.
intersphinx_mapping = {
"pyam": ("https://pyam-iamc.readthedocs.io/en/stable/", None),
}

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 17629cf

Please sign in to comment.