Skip to content

Commit

Permalink
docs: fix intersphinx mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
slint authored and kpsherva committed May 4, 2023
1 parent e9e09b3 commit bc4faf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"https://docs.python.org/": None}
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

# Autodoc configuraton.
autoclass_content = "both"

0 comments on commit bc4faf3

Please sign in to comment.