Skip to content

Commit 1d8eb32

Browse files
Update intersphinx_mapping for Sphinx 8 compatibility
1 parent a9d56f0 commit 1d8eb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
exclude_patterns = []
5555

5656
# Example configuration for intersphinx: refer to the Python standard library.
57-
intersphinx_mapping = {'http://docs.python.org/': None}
57+
intersphinx_mapping = {'python': ('http://docs.python.org/', None)}
5858

5959
# -- Options for HTML output ----------------------------------------------
6060

0 commit comments

Comments
 (0)