From 85b0f3439555135348bef16bef6e41eb77f4e451 Mon Sep 17 00:00:00 2001 From: Will Date: Fri, 11 Aug 2017 23:53:05 -0400 Subject: [PATCH] This is actually awesome! (#909) --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0e1748a82..75a55337f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,4 +185,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None), + 'dpy': ('https://discordpy.readthedocs.io/en/rewrite/', None), + 'motor': ('https://motor.readthedocs.io/en/stable/', None)}