Skip to content

Commit 0cfd988

Browse files
authored
Port to Sphinx 8.0 (#832)
1 parent 4b32180 commit 0cfd988

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/conf.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,7 @@
330330

331331

332332
# Example configuration for intersphinx: refer to the Python standard library.
333-
intersphinx_mapping = {'https://docs.python.org/3': None,
334-
'http://aiohttp.readthedocs.org/en/stable': None}
333+
intersphinx_mapping = {
334+
'python': ('https://docs.python.org/3', None),
335+
'aiohttp': ('http://aiohttp.readthedocs.org/en/stable', None),
336+
}

0 commit comments

Comments
 (0)