Skip to content

Commit c57ebd7

Browse files
cjwatsonparthea
andauthored
fix: Port to Sphinx 8.0 (#509)
The old `intersphinx_mapping` format has been removed; it must now map identifiers to (target, inventory) tuples. Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent f19b931 commit c57ebd7

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
@@ -179,4 +179,4 @@
179179
# -- Options for intersphinx extension ---------------------------------------
180180

181181
# Example configuration for intersphinx: refer to the Python standard library.
182-
intersphinx_mapping = {"https://docs.python.org/3/": None}
182+
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}

0 commit comments

Comments
 (0)