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 2666247 commit 5712ad6
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 @@ -115,7 +115,7 @@
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)}

# -- Options for HTML output ----------------------------------------------

Expand Down

0 comments on commit 5712ad6

Please sign in to comment.