Skip to content

Commit d8fc8de

Browse files
authored
Port to Sphinx 8.0 (#1047)
1 parent 6182d1f commit d8fc8de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@
341341

342342
# Example configuration for intersphinx: refer to the Python standard library.
343343
intersphinx_mapping = {
344-
"https://docs.python.org/3": None,
345-
"https://aiohttp.readthedocs.io/en/stable": None,
346-
"https://redis.readthedocs.io/en/latest": None,
347-
# 'https://github.com/aio-libs/aiomcache': None,
348-
"http://cryptography.io/en/latest": None,
349-
"https://pynacl.readthedocs.io/en/latest": None,
344+
"python": ("https://docs.python.org/3", None),
345+
"aiohttp": ("https://aiohttp.readthedocs.io/en/stable", None),
346+
"redis": ("https://redis.readthedocs.io/en/latest", None),
347+
# "aiomcache": ("https://github.com/aio-libs/aiomcache", None),
348+
"cryptography": ("http://cryptography.io/en/latest", None),
349+
"pynacl": ("https://pynacl.readthedocs.io/en/latest", None),
350350
}

0 commit comments

Comments
 (0)