diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:19:45 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-18 20:19:45 -0500 |
commit | 8603aeab2aa14dad74579c7b0c7c421bb33b446c (patch) | |
tree | d9b9e9e2a395e67fd601a0d463b394154491efb2 | |
parent | 25eb7ca836acf5ea3a56cabfba9d33b08c4a6dd5 (diff) |
Intersphinx to py36 not py27
-rw-r--r-- | sites/shared_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |