diff --git a/docs/conf.py b/docs/conf.py index d9b4761c..b0e48eb3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,7 +95,7 @@ extlinks = { } intersphinx_mapping = { - 'python': ('http://python.readthedocs.org/en/latest/', None), + 'python': ('https://docs.python.org/3.4/', None), } on_rtd = os.environ.get('READTHEDOCS', None) == 'True'