diff options
Diffstat (limited to 'sites')
-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" |