Skip to content

Commit 5f79900

Browse files
cjwatsonkjellmf
authored andcommitted
Port to Sphinx 8.0
The old `intersphinx_mapping` format has been removed; it must now map identifiers to (target, inventory) tuples.
1 parent d3bf752 commit 5f79900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@
217217

218218

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

0 commit comments

Comments
 (0)