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 <[email protected]>
  • Loading branch information
ferringb committed Jan 26, 2024
1 parent 0751928 commit 863e25f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@


# 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),
}

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

0 comments on commit 863e25f

Please sign in to comment.