From e74b4ee5288267147ddb34fcb8342a069b5d198a Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Wed, 28 Sep 2016 16:58:30 +0200 Subject: [PATCH] Link docs to python 3 (#647) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ba599796..29e57383 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -309,4 +309,4 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'https://docs.python.org/3': None}