Skip to content

Commit 0b2b332

Browse files
authored
Merge pull request #149 from musicinmybrain/sphinx8
Update intersphinx_mapping for Sphinx 8 compatibility
2 parents a9d56f0 + 1d8eb32 commit 0b2b332

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
@@ -54,7 +54,7 @@
5454
exclude_patterns = []
5555

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

5959
# -- Options for HTML output ----------------------------------------------
6060

0 commit comments

Comments
 (0)