From 64965caf55f06c0634b0048481c81f935f27a51b Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 24 May 2022 17:06:26 +0100 Subject: Bump Discord.py to 4cbe8f5 This fixes a bug with permission resolution when dealing with timed out members. Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/ --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') 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)), } -- cgit v1.2.3