Skip to content

Commit

Permalink
Fixup intersphinx_mapping for python
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Mar 19, 2024
1 parent df06919 commit 74a83aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def setup(sphinx):
todo_include_todos = True

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

# smart quotes are incompatible with the RST flavor of the generated manpages
# but see `smartquotes_action` for more fine-grained control, in case
Expand Down

0 comments on commit 74a83aa

Please sign in to comment.