diff options
author | 2022-05-28 20:23:52 +0400 | |
---|---|---|
committer | 2022-05-28 20:23:52 +0400 | |
commit | 837293488420f3e38dfda78c876417a72bb3b4e1 (patch) | |
tree | d74259114bee9f668270cd0462fde47f833ea397 /docs/conf.py | |
parent | Bump Project Version To v7.0.0 (diff) | |
parent | Bump flake8 tidy imports and taskipy to latest (diff) |
Merge pull request #78 from python-discord/bump-d.pyv7.1.0
Bump Discord.py to 4cbe8f5
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8cbf5352..8459f3fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,7 @@ extlinks = { # -- Options for intersphinx extension --------------------------------------- intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "discord": ("https://discordpy.readthedocs.io/en/master/", None), + "discord": ("https://discordpy.readthedocs.io/en/latest/", None), "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), "statsd": ("https://statsd.readthedocs.io/en/v3.3/", ("_static/statsd_additional_objects.inv", None)), } |