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 80fbed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@


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

0 comments on commit 80fbed4

Please sign in to comment.