diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 17:02:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 17:02:08 -0700 |
commit | c58a5bd649ebeb0439004daf2cc9f442edeb43e7 (patch) | |
tree | 0e73e29309dcb267b10bff2854092a50226d0b3f /sites/shared_conf.py | |
parent | a134694d123c0568353184ec03e0f7767dd59846 (diff) |
Update docs, metadata, test references to 2.6/3.3
Diffstat (limited to 'sites/shared_conf.py')
-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 99fab315..adc89aa1 100644 --- a/sites/shared_conf.py +++ b/sites/shared_conf.py @@ -26,7 +26,7 @@ html_sidebars = { # Everything intersphinx's to Python intersphinx_mapping = { - 'python': ('http://docs.python.org/2.6', None), + 'python': ('https://docs.python.org/2.7/', None), } # Regular settings |