Skip to content

Commit

Permalink
docs: Update intersphinx_mapping location, add missing downstreams
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Harring <ferringb@gmail.com>
  • Loading branch information
ferringb committed Jan 26, 2024
1 parent 0751928 commit 60e7ba0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"sphinx.ext.ifconfig",
"sphinx.ext.graphviz",
"sphinx.ext.viewcode",
"seed_intersphinx_mapping",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -241,7 +242,14 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"http://docs.python.org/": None}
intersphinx_mapping = {
"lazy-object-proxy": ("https://python-lazy-object-proxy.readthedocs.io/en/latest/", None),
"python": ("https://docs.python.org/3", None),
}

# directive to seed_intersphinx_mapping; we use pyproject, thus read that.
pkg_requirements_source = "pyproject"

autodoc_default_flags = [
"members",
"show-inheritance",
Expand Down

0 comments on commit 60e7ba0

Please sign in to comment.