Skip to content

Commit

Permalink
docs: Update intersphinx location for py3k.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Harring <[email protected]>
  • Loading branch information
ferringb committed Jan 25, 2024
1 parent c488f5c commit b9cfb16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"http://docs.python.org/": None}
intersphinx_mapping = {
"python": ("http://docs.python.org/3", None),
}
autodoc_default_flags = [
"members",
"show-inheritance",
Expand Down

0 comments on commit b9cfb16

Please sign in to comment.