Skip to content

Commit

Permalink
Replace intersphinx_mapping format removed in Sphinx 8.0.0
Browse files Browse the repository at this point in the history
Fixed #1356
  • Loading branch information
d7415 committed Oct 31, 2024
1 parent 106e4d0 commit b3c21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ def write_section(specsection, secname, key, comment, output):


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

0 comments on commit b3c21d8

Please sign in to comment.