Skip to content

Commit 98ce158

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

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
@@ -295,4 +295,4 @@
295295

296296

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

0 commit comments

Comments
 (0)