From 66b5ccc73481ed227b30118397af88939d3e06a7 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Sat, 18 Jul 2020 16:36:09 +0530 Subject: [PATCH] Register discord.py docs to mapping --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7383427..59b6774 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,6 +47,7 @@ intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), + 'discord': ('https://discordpy.readthedocs.io/en/latest/', None), 'flask': ('https://flask.palletsprojects.com/en/1.1.x/', None), 'cachetools': ('https://cachetools.readthedocs.io/en/stable/', None), 'requests_oauthlib': ('https://requests-oauthlib.readthedocs.io/en/latest/', None)