Skip to content

Commit

Permalink
[#10319] Update format of intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
duboism committed Dec 5, 2023
1 parent 344596b commit 9c52060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/': None}
# #10319: Update to new format (even though we don't use that)
intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}


class Mock(object):
Expand Down

0 comments on commit 9c52060

Please sign in to comment.