Skip to content

Commit d9a70d4

Browse files
authored
Port to Sphinx 8.0 (#349)
The old `intersphinx_mapping` format has been removed; it must now map identifiers to (target, inventory) tuples.
1 parent d528cd9 commit d9a70d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,6 @@
196196

197197

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

201201
autoclass_content="both"

0 commit comments

Comments
 (0)