Skip to content

Commit

Permalink
Port to Sphinx 8.0 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson authored Dec 18, 2024
1 parent 6182d1f commit d8fc8de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@

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

0 comments on commit d8fc8de

Please sign in to comment.