From 1de325112751e4dcd5320ba247b72972464a0a17 Mon Sep 17 00:00:00 2001 From: El Laggron Date: Sun, 27 May 2018 22:05:35 +0200 Subject: [PATCH] [V3 Docs] Reference 3.6 docs (#1715) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 643f0d8a7..3e9fcdbc6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -192,7 +192,7 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { - "python": ("https://docs.python.org/3.5", None), + "python": ("https://docs.python.org/3.6", None), "dpy": ("https://discordpy.readthedocs.io/en/rewrite/", None), "motor": ("https://motor.readthedocs.io/en/stable/", None), }