Register discord.py docs to mapping

This commit is contained in:
thec0sm0s
2020-07-18 16:36:09 +05:30
parent f11677ed34
commit 66b5ccc734

View File

@@ -47,6 +47,7 @@ extensions = [
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/3', None), '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), 'flask': ('https://flask.palletsprojects.com/en/1.1.x/', None),
'cachetools': ('https://cachetools.readthedocs.io/en/stable/', None), 'cachetools': ('https://cachetools.readthedocs.io/en/stable/', None),
'requests_oauthlib': ('https://requests-oauthlib.readthedocs.io/en/latest/', None) 'requests_oauthlib': ('https://requests-oauthlib.readthedocs.io/en/latest/', None)