Skip to content

Commit f1b1287

Browse files
hrnciarfrenzymadness
authored andcommitted
Fix compatibility with the latest Sphinx 8
Resolves: ipython#14595
1 parent 2a41aa5 commit f1b1287

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
@@ -118,7 +118,7 @@
118118
intersphinx_mapping = config["intersphinx_mapping"]
119119
for k, v in intersphinx_mapping.items():
120120
intersphinx_mapping[k] = tuple(
121-
[intersphinx_mapping[k]["url"], intersphinx_mapping[k]["fallback"]]
121+
[intersphinx_mapping[k]["url"], intersphinx_mapping[k]["fallback"] or None]
122122
)
123123

124124

0 commit comments

Comments
 (0)