[V3 Docs] Reference 3.6 docs (#1715)

This commit is contained in:
El Laggron 2018-05-27 22:05:35 +02:00 committed by palmtree5
parent 7e98076e4a
commit 1de3251127

View File

@ -192,7 +192,7 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = { 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), "dpy": ("https://discordpy.readthedocs.io/en/rewrite/", None),
"motor": ("https://motor.readthedocs.io/en/stable/", None), "motor": ("https://motor.readthedocs.io/en/stable/", None),
} }