Skip to content

Commit 39303a5

Browse files
authored
Merge pull request #449 from musicinmybrain/sphinx8
Adjust intersphinx_mapping for Sphinx 8 compatibility
2 parents 29ae34b + 1142799 commit 39303a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,6 @@
177177

178178

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

0 commit comments

Comments
 (0)