From 8603aeab2aa14dad74579c7b0c7c421bb33b446c Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 18 Jan 2023 20:19:45 -0500 Subject: Intersphinx to py36 not py27 --- sites/shared_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sites') diff --git a/sites/shared_conf.py b/sites/shared_conf.py index c406054c..39488f7e 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -21,7 +21,7 @@ html_sidebars = { } # Everything intersphinx's to Python -intersphinx_mapping = {"python": ("https://docs.python.org/2.7/", None)} +intersphinx_mapping = {"python": ("https://docs.python.org/3.6/", None)} # Regular settings project = "Paramiko" -- cgit v1.2.1